Mercurial > hg > octave-lojdl > gnulib-hg
comparison lib/userspec.c @ 105:12f81400139d
merge with 3.8.3b
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Wed, 06 Oct 1993 16:44:42 +0000 |
parents | d9ca5dc520bf |
children | c74e20573782 |
comparison
equal
deleted
inserted
replaced
104:6b441e8a5e2b | 105:12f81400139d |
---|---|
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 | 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 will use ./config.h rather than /config.h | |
24 (which it would do because it found this file in ). */ | |
25 #include <config.h> | |
26 #else | |
27 #include "config.h" | |
28 #endif | |
29 #endif | |
30 | |
20 #include <stdio.h> | 31 #include <stdio.h> |
21 #include <sys/types.h> | 32 #include <sys/types.h> |
22 #include <pwd.h> | 33 #include <pwd.h> |
23 #include <grp.h> | 34 #include <grp.h> |
24 | 35 |