Mercurial > hg > octave-kai > gnulib-hg
comparison lib/getusershell.c @ 125:539738c0b6c2
merge with 1.8.1d
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Tue, 12 Oct 1993 14:49:15 +0000 |
parents | 01c6d40adf9d |
children | 585326d9a995 |
comparison
equal
deleted
inserted
replaced
124:ece3d4089e70 | 125:539738c0b6c2 |
---|---|
14 You should have received a copy of the GNU General Public License | 14 You should have received a copy of the GNU General Public License |
15 along with this program; if not, write to the Free Software | 15 along with this program; if not, write to the Free Software |
16 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ | 16 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ |
17 | 17 |
18 /* Written by David MacKenzie <djm@gnu.ai.mit.edu> */ | 18 /* Written by David MacKenzie <djm@gnu.ai.mit.edu> */ |
19 | |
20 #ifdef HAVE_CONFIG_H | |
21 #if defined (CONFIG_BROKETS) | |
22 /* We use <config.h> instead of "config.h" so that a compilation | |
23 using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h | |
24 (which it would do because it found this file in $srcdir). */ | |
25 #include <config.h> | |
26 #else | |
27 #include "config.h" | |
28 #endif | |
29 #endif | |
19 | 30 |
20 #ifndef SHELLS_FILE | 31 #ifndef SHELLS_FILE |
21 /* File containing a list of nonrestricted shells, one per line. */ | 32 /* File containing a list of nonrestricted shells, one per line. */ |
22 #define SHELLS_FILE "/etc/shells" | 33 #define SHELLS_FILE "/etc/shells" |
23 #endif | 34 #endif |