diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-07-31 03:33:25 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-07-31 03:33:25 +0000 |
commit | 3a1fdf05dde2fdd71976b77b85635e300bd436f7 (patch) | |
tree | c8510d9d94bb15c5aa180ee70aaf85c4b473cd83 /source3/include/config.h.in | |
parent | 7284bb5ca049a682097bb25afcf25d40f1ac5479 (diff) | |
download | samba-3a1fdf05dde2fdd71976b77b85635e300bd436f7.tar.gz samba-3a1fdf05dde2fdd71976b77b85635e300bd436f7.tar.bz2 samba-3a1fdf05dde2fdd71976b77b85635e300bd436f7.zip |
added test for getpwanam().
(This used to be commit 4eb28f7148f61a215ca644cbe704a4e8dbd83a77)
Diffstat (limited to 'source3/include/config.h.in')
-rw-r--r-- | source3/include/config.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 80a1dcb09a..d61d540ad9 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -106,6 +106,7 @@ #undef HAVE_PAM_AUTHENTICATE #undef HAVE_BROKEN_GETGROUPS #undef REPLACE_INET_NTOA +#undef HAVE_FILE_MACRO #undef HAVE_FUNCTION_MACRO /* The number of bytes in a int. */ @@ -162,6 +163,9 @@ /* Define if you have the getprpwnam function. */ #undef HAVE_GETPRPWNAM +/* Define if you have the getpwanam function. */ +#undef HAVE_GETPWANAM + /* Define if you have the getrlimit function. */ #undef HAVE_GETRLIMIT |