/* src/config.h. Generated automatically by configure. */ /* config.h.in. Generated automatically from configure.in by autoheader. */ /* Define as the return type of signal handlers (int or void). */ #define RETSIGTYPE int /* Define if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Define if the X Window System is missing or not being used. */ /* #undef X_DISPLAY_MISSING */ /* Define to a "_" or a "" for dlsym string prefixes */ #define SYM_PREFIX "" /* Define if should use dmalloc, malloc debugging library */ /* #undef USE_DMALLOC */ /* Define if we should be built with Xinerama support */ /* #undef USE_XINERAMA */ /* Define if use i18n */ /* #undef I18N */ /* Define of build information to report for -v */ #define BUILD_INFO "root@darwintel -- Wed Jan 16 14:54:38 EST 2008" /* If we have paths.h */ #define HAVE_PATHS_H 1 /* If we have err.h */ #define HAVE_ERR_H 1 /* Bsd style unsigned type shorthands */ #define u_long unsigned long #define u_int unsigned int #define u_short unsigned short #define u_char unsigned char