The header <values.h> is obsolete in favor of <limits.h>, which is part of
the standard C library.
# AC_HEADER_STDC
AC_CHECK_HEADERS(malloc.h \
- fcntl.h search.h values.h limits.h termios.h \
+ fcntl.h search.h termios.h \
unistd.h strings.h \
sys/time.h sys/types.h sys/select.h \
sys/stat.h sys/mman.h \
#endif
#include <limits.h>
-#ifdef HAVE_VALUES_H
-#include <values.h>
-#endif
#include <math.h>
#ifdef __cplusplus
#define FDP_PRIVATE 1
#include "config.h"
-#ifdef HAVE_LIMITS_H
#include <limits.h>
-#else
-#ifdef HAVE_VALUES_H
-#include <values.h>
-#endif
-#endif
#include <inttypes.h>
#include <assert.h>
#include "tlayout.h"
#include "config.h"
-#ifdef HAVE_LIMITS_H
#include <limits.h>
-#else
-#ifdef HAVE_VALUES_H
-#include <values.h>
-#endif
-#endif
#include <sfdp.h>
#include <neato.h>
#include <adjust.h>
/* Define if you have the Z library */
#define HAVE_LIBZ 1
-/* Define to 1 if you have the <limits.h> header file. */
-#define HAVE_LIMITS_H 1
-
/* Define to 1 if you have the `lrand48' function. */
/* #undef HAVE_LRAND48 */
/* Define to 1 if you have the <unistd.h> header file. */
//#define HAVE_UNISTD_H 1
-/* Define to 1 if you have the <values.h> header file. */
-//#define HAVE_VALUES_H 1
-
/* Define to 1 if you have the `vsnprintf' function. */
#define HAVE_VSNPRINTF 1