summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorAlexandre Oliva <oliva@samba.org>1998-09-21 09:07:08 +0000
committerAlexandre Oliva <oliva@samba.org>1998-09-21 09:07:08 +0000
commite649750cb4d2d2577f0577b1d7a87ae4daf8fb6f (patch)
tree3b03a3bd0f02edd79b2e82d91977ba288a4aa1d9 /source3/include
parent81babe9b0def6dcddeb811b0d9f1e8ff1bac3bd2 (diff)
downloadsamba-e649750cb4d2d2577f0577b1d7a87ae4daf8fb6f.tar.gz
samba-e649750cb4d2d2577f0577b1d7a87ae4daf8fb6f.tar.bz2
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')
-rw-r--r--source3/include/config.h.in17
-rw-r--r--source3/include/dummy.in1
-rw-r--r--source3/include/stamp-h.in2
3 files changed, 14 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
diff --git a/source3/include/dummy.in b/source3/include/dummy.in
index e69de29bb2..8b13789179 100644
--- a/source3/include/dummy.in
+++ b/source3/include/dummy.in
@@ -0,0 +1 @@
+
diff --git a/source3/include/stamp-h.in b/source3/include/stamp-h.in
new file mode 100644
index 0000000000..1214bd37f5
--- /dev/null
+++ b/source3/include/stamp-h.in
@@ -0,0 +1,2 @@
+-rw-r--r-- 1 oliva pos 1371 Sep 19 00:48 acconfig.h
+-rw-r--r-- 1 oliva pos 24197 Sep 20 07:11 configure.in