~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2008-07-05 22:06:09 UTC
  • mto: This revision was merged to the branch mainline in revision 77.
  • Revision ID: monty@inaugust.com-20080705220609-zs661rd5sgeb2gcg
Cleaned up headers a little more.

Show diffs side-by-side

added added

removed removed

Lines of Context:
574
574
AC_HEADER_STDC
575
575
AC_HEADER_SYS_WAIT
576
576
AC_HEADER_STDBOOL
577
 
AC_CHECK_HEADERS(fcntl.h float.h floatingpoint.h fpu_control.h ieeefp.h \
578
 
 limits.h memory.h pwd.h select.h \
579
 
 stdlib.h stddef.h stdint.h sys/fpu.h \
580
 
 strings.h string.h synch.h sys/mman.h sys/socket.h netinet/in.h arpa/inet.h \
581
 
 sys/timeb.h sys/types.h sys/un.h sys/vadvise.h sys/wait.h term.h \
582
 
 unistd.h utime.h sys/utime.h termio.h termios.h sched.h crypt.h alloca.h \
583
 
 sys/ioctl.h malloc.h sys/malloc.h sys/ipc.h sys/shm.h linux/config.h \
584
 
 sys/prctl.h sys/resource.h sys/param.h port.h ieeefp.h \
585
 
 execinfo.h)
 
577
AC_CHECK_HEADERS(fcntl.h float.h floatingpoint.h fpu_control.h ieeefp.h)
 
578
AC_CHECK_HEADERS(limits.h pwd.h select.h linux/config.h)
 
579
AC_CHECK_HEADERS(sys/fpu.h utime.h sys/utime.h )
 
580
AC_CHECK_HEADERS(synch.h sys/mman.h sys/socket.h netinet/in.h arpa/inet.h)
 
581
AC_CHECK_HEADERS(sys/timeb.h ys/un.h sys/vadvise.h sys/wait.h term.h)
 
582
AC_CHECK_HEADERS(termio.h termios.h sched.h crypt.h alloca.h)
 
583
AC_CHECK_HEADERS(sys/ioctl.h malloc.h sys/malloc.h sys/ipc.h sys/shm.h)
 
584
AC_CHECK_HEADERS(sys/prctl.h sys/resource.h sys/param.h port.h ieeefp.h)
 
585
AC_CHECK_HEADERS(execinfo.h)
586
586
 
587
587
AC_CHECK_HEADERS([xfs/xfs.h])
588
588
#--------------------------------------------------------------------