24 lines
450 B
C
24 lines
450 B
C
/* config.h.in. Generated automatically from configure.in by autoheader. */
|
|
|
|
/* Define if the C++ compiler supports BOOL */
|
|
#undef HAVE_BOOL
|
|
|
|
/* defines which to take for ksize_t */
|
|
#undef ksize_t
|
|
|
|
/* Define to 1 if NLS is requested. */
|
|
#undef ENABLE_NLS
|
|
|
|
/* Name of package */
|
|
#undef PACKAGE
|
|
|
|
/* Version number of package */
|
|
#undef VERSION
|
|
|
|
|
|
#ifndef HAVE_BOOL
|
|
#define HAVE_BOOL
|
|
typedef int bool;
|
|
const bool false = 0;
|
|
const bool true = 1;
|
|
#endif
|