diff options
author | unknown <joreland@mysql.com> | 2004-11-11 22:39:24 +0100 |
---|---|---|
committer | unknown <joreland@mysql.com> | 2004-11-11 22:39:24 +0100 |
commit | c87d525f6a504767de56103486871ed2ce2c9f5b (patch) | |
tree | dc2a6a9d194df158fd41df46563f4d57cd5bf887 /configure.in | |
parent | 26c5503415e7e87b0528c1f0f2a09e8548380365 (diff) | |
download | mariadb-git-c87d525f6a504767de56103486871ed2ce2c9f5b.tar.gz |
wl1744 - ndb win port
improve ndb_global.h
configure.in:
check for some more includes
ndb/include/ndb_global.h.in:
better ndb_global.h.in
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 55cd7edfca8..a4dfdfb9333 100644 --- a/configure.in +++ b/configure.in @@ -771,7 +771,7 @@ AC_CHECK_HEADERS(fcntl.h float.h floatingpoint.h ieeefp.h limits.h \ strings.h string.h synch.h sys/mman.h sys/socket.h netinet/in.h arpa/inet.h \ sys/timeb.h sys/types.h sys/un.h sys/vadvise.h sys/wait.h term.h \ unistd.h utime.h sys/utime.h termio.h termios.h sched.h crypt.h alloca.h \ - sys/ioctl.h malloc.h sys/malloc.h linux/config.h) + sys/ioctl.h malloc.h sys/malloc.h linux/config.h sys/resource.h sys/param.h) #-------------------------------------------------------------------- # Check for system libraries. Adds the library to $LIBS |