summaryrefslogtreecommitdiff
path: root/source3/include/config.h.in
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2000-01-05 23:46:47 +0000
committerJeremy Allison <jra@samba.org>2000-01-05 23:46:47 +0000
commit5983a77020a27dd6d7591107070e5167833727d2 (patch)
treec93931faa7f9171c5b4e50a3ad5a27dcf1d6c899 /source3/include/config.h.in
parentc4914e2202c17dd37b88c63446c14f7eb5f94d56 (diff)
downloadsamba-5983a77020a27dd6d7591107070e5167833727d2.tar.gz
samba-5983a77020a27dd6d7591107070e5167833727d2.tar.bz2
samba-5983a77020a27dd6d7591107070e5167833727d2.zip
Moved check_plaintext_password() into smbd/chgpasswd.c from smbd/ipc.c.
configure configure.in include/config.h.in: Added <sys/un.h> autoconf code for Luke's UNIX domain sockets code. Jeremy. (This used to be commit 210d61db08136122f51a93428607fccd582c9e7d)
Diffstat (limited to 'source3/include/config.h.in')
-rw-r--r--source3/include/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in
index 2761b1e384..0da717ac42 100644
--- a/source3/include/config.h.in
+++ b/source3/include/config.h.in
@@ -843,6 +843,9 @@
/* Define if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H
+/* Define if you have the <sys/un.h> header file. */
+#undef HAVE_SYS_UN_H
+
/* Define if you have the <sys/unistd.h> header file. */
#undef HAVE_SYS_UNISTD_H