This repository has been archived on 2024-03-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
kpasman/config.h.in

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