/* config.h. Generated automatically by configure. */ /* config.h.in. Generated automatically from configure.in by autoheader. */ /* Define to empty if the keyword does not work. */ /* #undef const */ /* Define if you don't have vprintf but do have _doprnt. */ /* #undef HAVE_DOPRNT */ /* Define if you have the vprintf function. */ #define HAVE_VPRINTF 1 /* Define if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Define if lex declares yytext as a char * by default, not a char[]. */ #define YYTEXT_POINTER 1 /* Define if you have the err function. */ #define HAVE_ERR 1 /* Define if you have the strerror function. */ #define HAVE_STRERROR 1 /* Define if you have the xmalloc function. */ /* #undef HAVE_XMALLOC */ /* Define if you have the xrealloc function. */ /* #undef HAVE_XREALLOC */ /* Define if you have the xstrdup function. */ /* #undef HAVE_XSTRDUP */ /* Define if you have the header file. */ #define HAVE_DIRENT_H 1 /* Define if you have the header file. */ /* #undef HAVE_NDIR_H */ /* Define if you have the header file. */ /* #undef HAVE_SYS_DIR_H */ /* Define if you have the header file. */ /* #undef HAVE_SYS_NDIR_H */ /* Define if you have the header file. */ #define HAVE_UNISTD_H 1 #include "version.h" #include #ifndef HAVE_XMALLOC extern void *xmalloc(size_t); #endif #ifndef HAVE_XREALLOC extern void *xrealloc(void *, size_t); #endif #ifndef HAVE_XSTRDUP extern char *xstrdup(const char *); #endif