diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/config.h.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index d49a77ccb2..986f866b4c 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -141,6 +141,8 @@ #undef SEEKDIR_RETURNS_VOID #undef HAVE_DIRENT_D_OFF #undef HAVE_GETSPNAM +#undef HAVE_BIGCRYPT +#undef HAVE_GETPRPWNAM /* The number of bytes in a int. */ #undef SIZEOF_INT @@ -796,5 +798,11 @@ /* Define if you have the resolv library (-lresolv). */ #undef HAVE_LIBRESOLV +/* Define if you have the sec library (-lsec). */ +#undef HAVE_LIBSEC + +/* Define if you have the security library (-lsecurity). */ +#undef HAVE_LIBSECURITY + /* Define if you have the socket library (-lsocket). */ #undef HAVE_LIBSOCKET |