116514Snate/* config.h.  Generated automatically by configure.  */
250488Speter/* $FreeBSD$ */
316514Snate
416514Snate/* Define to empty if the keyword does not work.  */
516514Snate/* #undef const */
616514Snate
716514Snate/* Define to `unsigned' if <sys/types.h> doesn't define.  */
816514Snate/* #undef size_t */
916514Snate
1016514Snate/* Define if you have the ANSI C header files.  */
1116514Snate#define STDC_HEADERS 1
1216514Snate
1316514Snate/* Define if you have the <malloc.h> header file.  */
1416514Snate/* #undef HAVE_MALLOC_H */
1516514Snate
1616514Snate/* Define if you have the <string.h> header file.  */
1716514Snate#define HAVE_STRING_H 1
1816514Snate
1916514Snate/* Define if you have the <sys/types.h> header file.  */
2016514Snate#define HAVE_SYS_TYPES_H 1
2116514Snate
2216514Snate/* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
2316514Snate/* #undef HAVE_ALLOCA_H */
2416514Snate
2516514Snate/* Define if platform-specific command line handling is necessary.  */
2616514Snate/* #undef NEED_ARGV_FIXUP */
27