The header <time.h> is part of the standard C library and is always
available, checking is therefore not needed.
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
-#ifdef HAVE_TIME_H
#include <time.h>
-#endif
#include <graph_generator.h>
void makePath(int n, edgefn ef)
# AC_HEADER_STDC
AC_CHECK_HEADERS(malloc.h \
fcntl.h search.h pthread.h values.h limits.h termios.h \
- errno.h time.h unistd.h strings.h setjmp.h \
+ errno.h unistd.h strings.h setjmp.h \
sys/time.h sys/times.h sys/types.h sys/select.h \
sys/stat.h sys/mman.h \
sys/ioctl.h sys/inotify.h langinfo.h libintl.h crt_externs.h)
/* Define to 1 if you have the <termios.h> header file. */
/* #undef HAVE_TERMIOS_H */
-/* Define to 1 if you have the <time.h> header file. */
-#define HAVE_TIME_H 1
-
/* Define to 1 if you have the <tkInt.h> header file. */
/* #undef HAVE_TKINT_H */