As of the previous commit, nothing uses these configuration variables.
check_include_file( sys/stat.h HAVE_SYS_STAT_H )
check_include_file( sys/time.h HAVE_SYS_TIME_H )
check_include_file( sys/types.h HAVE_SYS_TYPES_H )
-check_include_file( sys/vfork.h HAVE_SYS_VFORK_H )
check_include_file( termios.h HAVE_TERMIOS_H )
check_include_file( unistd.h HAVE_UNISTD_H )
-check_include_file( vfork.h HAVE_VFORK_H )
check_include_file( X11/Intrinsic.h HAVE_X11_INTRINSIC_H )
check_include_file( X11/Xaw/Text.h HAVE_X11_XAW_TEXT_H )
check_include_file( getopt.h HAVE_GETOPT_H )
#cmakedefine HAVE_SYS_STAT_H
#cmakedefine HAVE_SYS_TIME_H
#cmakedefine HAVE_SYS_TYPES_H
-#cmakedefine HAVE_SYS_VFORK_H
#cmakedefine HAVE_TERMIOS_H
#cmakedefine HAVE_UNISTD_H
-#cmakedefine HAVE_VFORK_H
#cmakedefine HAVE_X11_INTRINSIC_H
#cmakedefine HAVE_X11_XAW_TEXT_H
#cmakedefine HAVE_GETOPT_H
# AC_HEADER_STDC
AC_CHECK_HEADERS( \
fcntl.h search.h stropts.h termios.h \
- unistd.h strings.h stat.h vfork.h \
+ unistd.h strings.h stat.h \
sys/time.h sys/types.h sys/select.h sys/socket.h \
- sys/stat.h sys/mman.h sys/vfork.h \
+ sys/stat.h sys/mman.h \
sys/ioctl.h sys/inotify.h)
# Internationalization macros
# Checks for library functions
AC_CHECK_FUNCS([lrand48 drand48 srand48 setmode setenv getenv \
cbrt getpagesize \
- ftruncate lseek64 stat64 vfork unlink select])
+ ftruncate lseek64 stat64 unlink select])
AC_REPLACE_FUNCS([strcasestr])