diff options
author | alfred <alfred@FreeBSD.org> | 2001-03-27 09:49:03 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2001-03-27 09:49:03 +0000 |
commit | 43f4ccfaee466169ae8841b8e98ae2a5fe0c9a56 (patch) | |
tree | 883ae2fc13dd0aeffaa6db346307ed11f1dafea0 /usr.sbin/amd | |
parent | 1b69226cd64ea455736d76497846e016d6fcf977 (diff) | |
download | FreeBSD-src-43f4ccfaee466169ae8841b8e98ae2a5fe0c9a56.zip FreeBSD-src-43f4ccfaee466169ae8841b8e98ae2a5fe0c9a56.tar.gz |
give the "netgrent" functions a home in netdb.h
Diffstat (limited to 'usr.sbin/amd')
-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 c5f4382..2456edd 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 |