check_include_file( fcntl .h HAVE_FCNTL_H )
check_include_file( search.h HAVE_SEARCH_H )
check_include_file( stat.h HAVE_STAT_H )
-check_include_file( strings.h HAVE_STRINGS_H )
check_include_file( sys/inotify.h HAVE_SYS_INOTIFY_H )
check_include_file( sys/ioctl.h HAVE_SYS_IOCTL_H )
check_include_file( sys/mman.h HAVE_SYS_MMAN_H )
#cmakedefine HAVE_FCNTL_H
#cmakedefine HAVE_SEARCH_H
#cmakedefine HAVE_STAT_H
-#cmakedefine HAVE_STRINGS_H
#cmakedefine HAVE_SYS_INOTIFY_H
#cmakedefine HAVE_SYS_IOCTL_H
#cmakedefine HAVE_SYS_MMAN_H
# AC_HEADER_STDC
AC_CHECK_HEADERS( \
fcntl.h search.h stropts.h termios.h \
- unistd.h strings.h stat.h \
+ unistd.h stat.h \
sys/time.h sys/types.h sys/select.h sys/socket.h \
sys/stat.h sys/mman.h \
sys/ioctl.h sys/inotify.h)
/* Define to 1 if you have the `srand48' function. */
/* #undef HAVE_SRAND48 */
-/* Define to 1 if you have the <strings.h> header file. */
-//#define HAVE_STRINGS_H 1
-
/* Define to 1 if you have the <sys/inotify.h> header file. */
/* #undef HAVE_SYS_INOTIFY_H */