summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-09-18 21:57:12 +0000
committerJeremy Allison <jra@samba.org>1998-09-18 21:57:12 +0000
commit11fe457e336168ab7491cfe123899240441316b8 (patch)
tree90eb236a07224f15f727e2f11854f500b8077bb6 /source3/include
parent0ebdf28c9843dc7830a483980432a67955114db2 (diff)
downloadsamba-11fe457e336168ab7491cfe123899240441316b8.tar.gz
samba-11fe457e336168ab7491cfe123899240441316b8.tar.bz2
samba-11fe457e336168ab7491cfe123899240441316b8.zip
Now that Alexandre Oliva has explained the use of acconfig.h to
me, I'm adding the HAVE_LIBREADLINE and other stuff correctly. Thanks Alexandre :-). Jeremy. (This used to be commit 89a4a73caf474e59f239f50ad6d93e5df66ae300)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/config.h.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in
index b54b3635e4..9ad89bf13e 100644
--- a/source3/include/config.h.in
+++ b/source3/include/config.h.in
@@ -95,7 +95,6 @@
#undef STAT_STATFS3_OSF1
#undef STAT_STATFS4
#undef STAT_STATVFS
-#undef STAT_STATVFS64
#undef HAVE_NETMASK_IFREQ
#undef HAVE_NETMASK_AIX
#undef HAVE_CRYPT
@@ -118,6 +117,8 @@
#undef HAVE_STRUCT_FLOCK64
#undef SIZEOF_INO_T
#undef SIZEOF_OFF_T
+#undef STAT_STATVFS64
+#undef HAVE_LIBREADLINE
/* The number of bytes in a int. */
#undef SIZEOF_INT
@@ -479,8 +480,8 @@
/* Define if you have the pam library (-lpam). */
#undef HAVE_LIBPAM
-/* Define if you have the socket library (-lsocket). */
-#undef HAVE_LIBSOCKET
-
/* Define if you have the readline library (-lreadline). */
#undef HAVE_LIBREADLINE
+
+/* Define if you have the socket library (-lsocket). */
+#undef HAVE_LIBSOCKET