summaryrefslogtreecommitdiffstats
path: root/source/include/config.h.in
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-11-13 21:41:01 +0000
committerJeremy Allison <jra@samba.org>1998-11-13 21:41:01 +0000
commit4c2b5a00983501e5d4aad1456ba8b5ab0dfd9b4c (patch)
treef50b790798e338298a170bf40a92f90fe84a43d1 /source/include/config.h.in
parent24b2bf1741366045eca02cbd09e3283531d28422 (diff)
downloadsamba-4c2b5a00983501e5d4aad1456ba8b5ab0dfd9b4c.tar.gz
samba-4c2b5a00983501e5d4aad1456ba8b5ab0dfd9b4c.tar.xz
samba-4c2b5a00983501e5d4aad1456ba8b5ab0dfd9b4c.zip
Makefile.in configure configure.in include/config.h.in: Changes for DGUX and UNIXWARE.
groupdb/aliasdb.c groupdb/aliasfile.c groupdb/groupfile.c: Don't use snprinf, use slprintf. include/includes.h: Fix YP problem. include/smb.h: Fix ZERO_STRUCTP. lib/util_sock.c: Added strerror() in debugs. passdb/ldap.c: Don't use snprinf, use slprintf. rpc_client/cli_lsarpc.c rpc_client/cli_pipe.c rpc_parse/parse_sec.c rpc_server/srv_pipe.c: Don't use snprinf, use slprintf. script/installman.sh: DGUX changes. smbd/open.c smbd/oplock.c: Fixed gcc warnings. web/swat.c: Changes USER to SWAT_USER.
Diffstat (limited to 'source/include/config.h.in')
-rw-r--r--source/include/config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/include/config.h.in b/source/include/config.h.in
index f9627a12032..39381e97149 100644
--- a/source/include/config.h.in
+++ b/source/include/config.h.in
@@ -563,6 +563,9 @@
/* Define if you have the strpbrk function. */
#undef HAVE_STRPBRK
+/* Define if you have the syscall function. */
+#undef HAVE_SYSCALL
+
/* Define if you have the utime function. */
#undef HAVE_UTIME
@@ -629,6 +632,9 @@
/* Define if you have the <rpc/clnt.h> header file. */
#undef HAVE_RPC_CLNT_H
+/* Define if you have the <rpc/rpc.h> header file. */
+#undef HAVE_RPC_RPC_H
+
/* Define if you have the <rpc/types.h> header file. */
#undef HAVE_RPC_TYPES_H