summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>2000-03-17 17:36:40 +0000
committerLuke Leighton <lkcl@samba.org>2000-03-17 17:36:40 +0000
commit1b358673fb57d771d0463a85193ed4911971dbae (patch)
tree2a92543e40032437a645681335aafe72ce9cbb86
parentc942e8094e7efd8f7243f6d4fb181e49cbee0083 (diff)
downloadsamba-1b358673fb57d771d0463a85193ed4911971dbae.tar.gz
samba-1b358673fb57d771d0463a85193ed4911971dbae.tar.xz
samba-1b358673fb57d771d0463a85193ed4911971dbae.zip
afsticket defines
-rw-r--r--source/acconfig.h2
-rw-r--r--source/include/config.h.in15
2 files changed, 13 insertions, 4 deletions
diff --git a/source/acconfig.h b/source/acconfig.h
index cd9002fdff0..86a1e4f31e6 100644
--- a/source/acconfig.h
+++ b/source/acconfig.h
@@ -1,3 +1,5 @@
+#undef NEEDS_KRB4_DEFINE_WORK_AROUND
+#undef RENEWABLE_AFS_TICKET
#undef HAVE_BROKEN_READDIR
#undef HAVE_ERRNO_DECL
#undef HAVE_LONGLONG
diff --git a/source/include/config.h.in b/source/include/config.h.in
index aa923ac6543..4fe7faab1d0 100644
--- a/source/include/config.h.in
+++ b/source/include/config.h.in
@@ -61,6 +61,8 @@
byte first (like Motorola and SPARC, unlike Intel and VAX). */
#undef WORDS_BIGENDIAN
+#undef NEEDS_KRB4_DEFINE_WORK_AROUND
+#undef RENEWABLE_AFS_TICKET
#undef HAVE_BROKEN_READDIR
#undef HAVE_ERRNO_DECL
#undef HAVE_LONGLONG
@@ -148,7 +150,6 @@
#undef HAVE_INT32_FROM_RPC_RPC_H
#undef HAVE_UINT32_FROM_RPC_RPC_H
#undef KRB4_AUTH
-#undef RENEWABLE_AFS_TICKET
#undef SEEKDIR_RETURNS_VOID
#undef HAVE_DIRENT_D_OFF
#undef HAVE_GETSPNAM
@@ -674,6 +675,15 @@
/* Define if you have the <net/route.h> header file. */
#undef HAVE_NET_ROUTE_H
+/* Define if you have the <netinet/in_ip.h> header file. */
+#undef HAVE_NETINET_IN_IP_H
+
+/* Define if you have the <netinet/in_systm.h> header file. */
+#undef HAVE_NETINET_IN_SYSTM_H
+
+/* Define if you have the <netinet/ip.h> header file. */
+#undef HAVE_NETINET_IP_H
+
/* Define if you have the <netinet/tcp.h> header file. */
#undef HAVE_NETINET_TCP_H
@@ -856,6 +866,3 @@
/* Define if you have the socket library (-lsocket). */
#undef HAVE_LIBSOCKET
-
-/* Work around for a inconsistency in the KTH-KRB and Solaris 2.6. */
-#undef NEEDS_KRB4_DEFINE_WORK_AROUND