Sign in
apache
/
infrastructure-duo_unix
/
refs/heads/develop
/
.
/
lib
/
shell.h
blob: a32fe8b6bd8f1610c52ceac94f7ecafeb15aac13 [
file
]
#ifndef
SHELL_H
#define
SHELL_H
/* Which shell should we use by default if there's not one provided by getpwuid(3)? */
#ifndef
_DEFAULT_SHELL
#define
_DEFAULT_SHELL
"/bin/sh"
#endif
#endif