summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-11-03 19:22:32 +0000
committerGerald Carter <jerry@samba.org>2003-11-03 19:22:32 +0000
commit7c55d23cbf4379daae5c9ff25d2f125dcb550fb1 (patch)
tree4b753e29aadcc423c84697bacaa2ef79e1284de2
parenta64c70d74adca2da7a745f01289a5e50107e8f1d (diff)
downloadsamba-7c55d23cbf4379daae5c9ff25d2f125dcb550fb1.tar.gz
samba-7c55d23cbf4379daae5c9ff25d2f125dcb550fb1.tar.bz2
samba-7c55d23cbf4379daae5c9ff25d2f125dcb550fb1.zip
removing #include <compat.h> in hopes to avoid problems with apache header files; will watch the build farm on this to make sure things don't blow up
(This used to be commit e92583cecd79adea25caedd1599ac8f36733a923)
-rw-r--r--source3/configure.in2
-rw-r--r--source3/include/includes.h4
2 files changed, 1 insertions, 5 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 09a6848e11..bd7a31f25d 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -564,7 +564,7 @@ AC_HEADER_TIME
AC_HEADER_SYS_WAIT
AC_CHECK_HEADERS(arpa/inet.h sys/fcntl.h sys/select.h fcntl.h sys/time.h sys/unistd.h)
AC_CHECK_HEADERS(unistd.h utime.h grp.h sys/id.h limits.h memory.h net/if.h)
-AC_CHECK_HEADERS(compat.h rpc/rpc.h rpcsvc/nis.h rpcsvc/yp_prot.h rpcsvc/ypclnt.h)
+AC_CHECK_HEADERS(rpc/rpc.h rpcsvc/nis.h rpcsvc/yp_prot.h rpcsvc/ypclnt.h)
AC_CHECK_HEADERS(sys/param.h ctype.h sys/wait.h sys/resource.h sys/ioctl.h sys/ipc.h sys/mode.h)
AC_CHECK_HEADERS(sys/mman.h sys/filio.h sys/priv.h sys/shm.h string.h strings.h stdlib.h sys/socket.h)
AC_CHECK_HEADERS(sys/mount.h sys/vfs.h sys/fs/s5param.h sys/filsys.h termios.h termio.h)
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 74540f81ba..ebb09b6c6c 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -333,10 +333,6 @@
#define PASSWORD_LENGTH 16
#endif /* HAVE_SYS_SECURITY_H */
-#ifdef HAVE_COMPAT_H
-#include <compat.h>
-#endif
-
#ifdef HAVE_STROPTS_H
#include <stropts.h>
#endif