diff options
author | neilbrown <neilbrown> | 2006-04-10 01:39:14 +0000 |
---|---|---|
committer | neilbrown <neilbrown> | 2006-04-10 01:39:14 +0000 |
commit | c377fce0995ac5d669f74e75fdac02b90d8792b2 (patch) | |
tree | 030c78ef1ab638274766ae8aac1131a00a3a2696 /support/include | |
parent | fe3b14834fc863200b6cba08cff348688e37243b (diff) | |
download | nfs-utils-c377fce0995ac5d669f74e75fdac02b90d8792b2.tar.gz nfs-utils-c377fce0995ac5d669f74e75fdac02b90d8792b2.tar.xz nfs-utils-c377fce0995ac5d669f74e75fdac02b90d8792b2.zip |
Add checking for innetgr back to configure.in
Diffstat (limited to 'support/include')
-rw-r--r-- | support/include/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/support/include/config.h.in b/support/include/config.h.in index 6aa74d9..fb2df25 100644 --- a/support/include/config.h.in +++ b/support/include/config.h.in @@ -108,6 +108,9 @@ /* Define to 1 if you have the `inet_ntoa' function. */ #undef HAVE_INET_NTOA +/* Define to 1 if you have the `innetgr' function. */ +#undef HAVE_INNETGR + /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H |