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 | f22b817d3fdac2c6a98b3297f758aea554785513 (patch) | |
tree | 2fb60321e6643da478751475bda7f6032d3baf49 /source3/include | |
parent | 4af961f0101bf2e9a6fd3fe26068cd0296c1b618 (diff) | |
download | samba-f22b817d3fdac2c6a98b3297f758aea554785513.tar.gz samba-f22b817d3fdac2c6a98b3297f758aea554785513.tar.bz2 samba-f22b817d3fdac2c6a98b3297f758aea554785513.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.
(This used to be commit 34d8f4b1c4d59ab3c009360fc67eef9361dd859b)
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 |