summaryrefslogtreecommitdiffstats
path: root/source/include/config.h.in
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-11-19 01:20:55 +0000
committerJeremy Allison <jra@samba.org>1998-11-19 01:20:55 +0000
commit421c8958423589bb2fe63e21d999cc2894008993 (patch)
tree5eedcd053fb5a893d1a2caed7e72a2b937ce3d1c /source/include/config.h.in
parent16cc88dc0d372f4bcaba17ec79a51659ea56fb89 (diff)
downloadsamba-421c8958423589bb2fe63e21d999cc2894008993.tar.gz
samba-421c8958423589bb2fe63e21d999cc2894008993.tar.xz
samba-421c8958423589bb2fe63e21d999cc2894008993.zip
Added auto detection of the (broken IMHO) typedefs for int32 and uint32
in rpc/types.h in DEC OSF1. Should correctly check on all platforms now. Jeremy.
Diffstat (limited to 'source/include/config.h.in')
-rw-r--r--source/include/config.h.in16
1 files changed, 4 insertions, 12 deletions
diff --git a/source/include/config.h.in b/source/include/config.h.in
index 124d7b89e95..8746b7e2f40 100644
--- a/source/include/config.h.in
+++ b/source/include/config.h.in
@@ -132,6 +132,10 @@
#undef HAVE_LIBREADLINE
#undef HAVE_KERNEL_OPLOCKS
#undef HAVE_IRIX_SPECIFIC_CAPABILITIES
+#undef HAVE_INT16_FROM_RPC_RPC_H
+#undef HAVE_UINT16_FROM_RPC_RPC_H
+#undef HAVE_INT32_FROM_RPC_RPC_H
+#undef HAVE_UINT32_FROM_RPC_RPC_H
#undef KRB4_AUTH
#undef SEEKDIR_RETURNS_VOID
#undef HAVE_DIRENT_D_OFF
@@ -649,21 +653,9 @@
/* Define if you have the <readline/readline.h> header file. */
#undef HAVE_READLINE_READLINE_H
-/* Define if you have the <rpc/auth.h> header file. */
-#undef HAVE_RPC_AUTH_H
-
-/* 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
-
-/* Define if you have the <rpc/xdr.h> header file. */
-#undef HAVE_RPC_XDR_H
-
/* Define if you have the <rpcsvc/yp_prot.h> header file. */
#undef HAVE_RPCSVC_YP_PROT_H