diff options
Diffstat (limited to 'source3/include')
-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 |