diff options
author | Alfred Perlstein <alfred@FreeBSD.org> | 2001-03-27 09:49:03 +0000 |
---|---|---|
committer | Alfred Perlstein <alfred@FreeBSD.org> | 2001-03-27 09:49:03 +0000 |
commit | 8f1507811058ef1216eb30adb394a2c4d96f5edc (patch) | |
tree | 756d1bee8546af6c8a770e4041a2dc7e56a204fe /usr.sbin/amd/include/config.h | |
parent | 40c10ffdbda500cf5d1e4fe7c1b26d1b1668bfd2 (diff) | |
download | src-8f1507811058ef1216eb30adb394a2c4d96f5edc.tar.gz src-8f1507811058ef1216eb30adb394a2c4d96f5edc.zip |
give the "netgrent" functions a home in netdb.h
Notes
Notes:
svn path=/head/; revision=74844
Diffstat (limited to 'usr.sbin/amd/include/config.h')
-rw-r--r-- | usr.sbin/amd/include/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/amd/include/config.h b/usr.sbin/amd/include/config.h index c5f4382d63f0..2456edd83cf4 100644 --- a/usr.sbin/amd/include/config.h +++ b/usr.sbin/amd/include/config.h @@ -1977,7 +1977,7 @@ #define HAVE_EXTERN_GETPAGESIZE 1 /* does extern definition for innetgr() exist? */ -/* #undef HAVE_EXTERN_INNETGR */ +#define HAVE_EXTERN_INNETGR /* does extern definition for mkstemp() exist? */ #define HAVE_EXTERN_MKSTEMP 1 |