/* "config.h.in" $Id: config.h.in,v 1.1 1996/08/10 14:24:19 motohash Exp $ */ /* Define to empty if the keyword does not work. */ #undef const /* Define to empty if the keyword does not work. */ #undef inline /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS /* Define to 1 if ANSI function prototypes are usable. */ #undef PROTOTYPES /* Define if you have the header file. */ #undef HAVE_BSTRING_H /* Define if you have the header file. */ #undef HAVE_FCNTL_H /* Define if you have the header file. */ #undef HAVE_MEMORY_H /* Define if you have the header file. */ #undef HAVE_STRING_H /* Define if you have the header file. */ #undef HAVE_UNISTD_H /* Define if you have the strerror function. */ #undef HAVE_STRERROR #if DBLEV > 0 # define DBLOG(LV, X) if ((DBLEV) >= DBLOCAL) printf X #else # define DBLOG(LV, X) #endif #if defined(__STDC__) || defined(_AIX) || (defined(__mips) &&\ defined(_SYSTYPE_SVR4)) || defined(WIN32) # define PARAMS(X) X #else # define PARAMS(X) () #endif