summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-07-31 03:33:25 +0000
committerAndrew Tridgell <tridge@samba.org>1998-07-31 03:33:25 +0000
commit3a1fdf05dde2fdd71976b77b85635e300bd436f7 (patch)
treec8510d9d94bb15c5aa180ee70aaf85c4b473cd83 /source3/include
parent7284bb5ca049a682097bb25afcf25d40f1ac5479 (diff)
downloadsamba-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')
-rw-r--r--source3/include/config.h.in4
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