diff options
author | Alexandre Oliva <oliva@samba.org> | 1998-09-21 09:07:08 +0000 |
---|---|---|
committer | Alexandre Oliva <oliva@samba.org> | 1998-09-21 09:07:08 +0000 |
commit | e649750cb4d2d2577f0577b1d7a87ae4daf8fb6f (patch) | |
tree | 3b03a3bd0f02edd79b2e82d91977ba288a4aa1d9 /source3/include/config.h.in | |
parent | 81babe9b0def6dcddeb811b0d9f1e8ff1bac3bd2 (diff) | |
download | samba-e649750cb4d2d2577f0577b1d7a87ae4daf8fb6f.tar.gz samba-e649750cb4d2d2577f0577b1d7a87ae4daf8fb6f.tar.xz samba-e649750cb4d2d2577f0577b1d7a87ae4daf8fb6f.zip |
major autoconf clean-up
fix problems in builds with srcdir!=builddir
(This used to be commit 1ffc3b807a3f80644c974b454ff5e6f68e89b546)
Diffstat (limited to 'source3/include/config.h.in')
-rw-r--r-- | source3/include/config.h.in | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 9ad89bf13e..7b536afc31 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -62,6 +62,7 @@ #undef HAVE_REMSH #undef HAVE_UNSIGNED_CHAR #undef HAVE_UTIMBUF +#undef ssize_t #undef ino_t #undef ssize_t #undef HAVE_CONNECT @@ -95,6 +96,7 @@ #undef STAT_STATFS3_OSF1 #undef STAT_STATFS4 #undef STAT_STATVFS +#undef STAT_STATVFS64 #undef HAVE_NETMASK_IFREQ #undef HAVE_NETMASK_AIX #undef HAVE_CRYPT @@ -147,6 +149,12 @@ /* Define if you have the chroot function. */ #undef HAVE_CHROOT +/* Define if you have the connect function. */ +#undef HAVE_CONNECT + +/* Define if you have the crypt function. */ +#undef HAVE_CRYPT + /* Define if you have the crypt16 function. */ #undef HAVE_CRYPT16 @@ -225,6 +233,9 @@ /* Define if you have the mktime function. */ #undef HAVE_MKTIME +/* Define if you have the pam_authenticate function. */ +#undef HAVE_PAM_AUTHENTICATE + /* Define if you have the pathconf function. */ #undef HAVE_PATHCONF @@ -462,9 +473,6 @@ /* Define if you have the <utime.h> header file. */ #undef HAVE_UTIME_H -/* Define if you have the crypt library (-lcrypt). */ -#undef HAVE_LIBCRYPT - /* Define if you have the dl library (-ldl). */ #undef HAVE_LIBDL @@ -477,9 +485,6 @@ /* Define if you have the nsl_s library (-lnsl_s). */ #undef HAVE_LIBNSL_S -/* Define if you have the pam library (-lpam). */ -#undef HAVE_LIBPAM - /* Define if you have the readline library (-lreadline). */ #undef HAVE_LIBREADLINE |