check_include_file( sys/time.h HAVE_SYS_TIME_H )
check_include_file( sys/types.h HAVE_SYS_TYPES_H )
check_include_file( termios.h HAVE_TERMIOS_H )
-check_include_file( unistd.h HAVE_UNISTD_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_TIME_H
#cmakedefine HAVE_SYS_TYPES_H
#cmakedefine HAVE_TERMIOS_H
-#cmakedefine HAVE_UNISTD_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 stat.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)
#ifdef HAVE_FCNTL_H
#undef HAVE_FCNTL_H
#endif
-#ifdef HAVE_UNISTD_H
-#undef HAVE_UNISTD_H
-#endif
#include "config.h"
#include <gvc/gvplugin_render.h>
static void browser_show(GVJ_t *job)
{
-#if defined HAVE_SYS_TYPES_H && defined HAVE_UNISTD_H
+#ifdef HAVE_SYS_TYPES_H
char *exec_argv[3] = {BROWSER, NULL, NULL};
pid_t pid;
/* Define if triangle.[ch] are available. */
/* #undef HAVE_TRIANGLE */
-/* Define to 1 if you have the <unistd.h> header file. */
-//#define HAVE_UNISTD_H 1
-
/* Define to 1 if you have the <X11/Intrinsic.h> header file. */
/* #undef HAVE_X11_INTRINSIC_H */