diff options
author | Jeremy Allison <jra@samba.org> | 1998-11-20 20:44:21 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1998-11-20 20:44:21 +0000 |
commit | 34d8f4b1c4d59ab3c009360fc67eef9361dd859b (patch) | |
tree | c2095d9affcd4e2552cf2b84f98d612803155017 /source/include/config.h.in | |
parent | b02d21a73d7f098c5599c606abbb5c92ea4ba13e (diff) | |
download | samba-34d8f4b1c4d59ab3c009360fc67eef9361dd859b.tar.gz samba-34d8f4b1c4d59ab3c009360fc67eef9361dd859b.tar.xz samba-34d8f4b1c4d59ab3c009360fc67eef9361dd859b.zip |
acconfig.h configure configure.in include/config.h.in: Added -lsec and -lsecurity checks
in a more sane way.
rpc_client/cli_netlogon.c: Removed correct bits check to see if this works with an NT3.51 PDC.
rpc_parse/parse_samr.c: Fixed compile warnings.
Jeremy.
Diffstat (limited to 'source/include/config.h.in')
-rw-r--r-- | source/include/config.h.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/source/include/config.h.in b/source/include/config.h.in index d49a77ccb2f..986f866b4c5 100644 --- a/source/include/config.h.in +++ b/source/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 |