# Header checks
include(CheckIncludeFile)
-check_include_file( malloc.h HAVE_MALLOC_H )
-check_include_file( stat.h HAVE_STAT_H )
-check_include_file( strings.h HAVE_STRINGS_H )
-check_include_file( sys/stat.h HAVE_SYS_STAT_H )
-check_include_file( sys/types.h HAVE_SYS_TYPES_H )
-check_include_file( unistd.h HAVE_UNISTD_H )
+check_include_file( crt_externs.h HAVE_CRT_EXTERNS_H )
+check_include_file( fcntl .h HAVE_FCNTL_H )
+check_include_file( malloc.h HAVE_MALLOC_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 )
+check_include_file( sys/select.h HAVE_SYS_SELECT_H )
+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 )
# Function checks
include(CheckFunctionExists)
#define PACKAGE_VERSION "@GRAPHVIZ_VERSION_FULL@"
// Include headers
+#cmakedefine HAVE_CRT_EXTERNS_H
+#cmakedefine HAVE_FCNTL_H
#cmakedefine HAVE_MALLOC_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
+#cmakedefine HAVE_SYS_SELECT_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
// Functions
#cmakedefine HAVE_DRAND48