import kpasman 0.1 sources

This commit is contained in:
troyengel 2014-11-26 08:33:20 -06:00
parent 16a283b00c
commit 9a3f2b6afc
110 changed files with 27300 additions and 0 deletions

24
config.h.in Normal file
View 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