config_freebsd.h 208 B

12345678
  1. /* A default configuration for FreeBSD, used if there is no config.h. */
  2. #define HAVE_CLOCK_GETTIME 1
  3. #define HAVE_MMAP 1
  4. #define HAVE_POSIX_MEMALIGN 1
  5. #define HAVE_SYS_PARAM_H 1
  6. #define HAVE_SYS_SYSCTL_H 1