import kpasman 0.1 sources
This commit is contained in:
parent
c8ae81dfef
commit
8da6bf0752
110 changed files with 27300 additions and 0 deletions
24
config.h.in
Normal file
24
config.h.in
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
/* 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
|
||||
Reference in a new issue