summaryrefslogtreecommitdiffstats
path: root/source/configure.in
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-12-01 19:30:33 +0000
committerJeremy Allison <jra@samba.org>1998-12-01 19:30:33 +0000
commit07e517a6e67ebfa26a2cd51ec662281ecfe17362 (patch)
tree72ad740a1783b13f2b75beda39b55977823b4ae1 /source/configure.in
parent85e39ac16aaa7b1f24868a2b946003763e6a9d2d (diff)
downloadsamba-07e517a6e67ebfa26a2cd51ec662281ecfe17362.tar.gz
samba-07e517a6e67ebfa26a2cd51ec662281ecfe17362.tar.xz
samba-07e517a6e67ebfa26a2cd51ec662281ecfe17362.zip
configure.in: Removed net/route.h from include checks.
include/includes.h: Removed net/route.h as it breaks SCO. smbd/ipc.c: Memory leak fix from <jasper@Cal005208.student.utwente.nl> Jeremy.
Diffstat (limited to 'source/configure.in')
-rw-r--r--source/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/configure.in b/source/configure.in
index 18770825406..235147297e4 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -79,7 +79,7 @@ AC_HEADER_DIRENT
AC_HEADER_TIME
AC_HEADER_SYS_WAIT
AC_CHECK_HEADERS(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/route.h net/if.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/yp_prot.h rpcsvc/ypclnt.h sys/param.h ctype.h )
AC_CHECK_HEADERS(sys/wait.h sys/resource.h sys/ioctl.h sys/mode.h)
AC_CHECK_HEADERS(sys/filio.h string.h strings.h stdlib.h sys/socket.h)