lib/shell.h (
6
lines of code) (
raw
):
#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