/* config.h. Generated by configure. */ /* config.h.in. Generated automatically from configure.in by autoheader. */ /* Define to empty if the keyword does not work. */ #define const /* Define if you have a working `mmap' system call. */ /* #undef HAVE_MMAP */ /* Define to `long' if doesn't define. */ #define off_t long /* Define to `unsigned' if doesn't define. */ #define size_t unsigned /* Define if you have the ANSI C header files. */ /* #undef STDC_HEADERS */ /* Define if you have the getpagesize function. */ #define HAVE_GETPAGESIZE 1 /* Define if you have the lstat function. */ #define HAVE_LSTAT 1 /* Define if you have the strerror function. */ #define HAVE_STRERROR 1 /* Define if you have the valloc function. */ /* #undef HAVE_VALLOC */ /* Define if you have the header file. */ #define HAVE_FCNTL_H 1 /* Define if you have the header file. */ /* #undef HAVE_UNISTD_H */ #ifdef __GNUC__ #define attribute(x) __attribute__((x)) #else #define attribute(x) /* nothing */ #endif