comparison lib/getusershell.c @ 250:bab7d8c74c3a

GNU shell utilities
author Jim Meyering <jim@meyering.net>
date Tue, 27 Sep 1994 19:58:08 +0000
parents 585326d9a995
children 242f0fe39aa7
comparison
equal deleted inserted replaced
248:405bc1f562b6 250:bab7d8c74c3a
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 19
20 #ifdef HAVE_CONFIG_H 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> 21 #include <config.h>
26 #else
27 #include "config.h"
28 #endif
29 #endif 22 #endif
30 23
31 #ifndef SHELLS_FILE 24 #ifndef SHELLS_FILE
32 /* File containing a list of nonrestricted shells, one per line. */ 25 /* File containing a list of nonrestricted shells, one per line. */
33 #define SHELLS_FILE "/etc/shells" 26 #define SHELLS_FILE "/etc/shells"