import kpasman 0.1 sources
This commit is contained in:
parent
c8ae81dfef
commit
8da6bf0752
110 changed files with 27300 additions and 0 deletions
7
config.h.bot
Normal file
7
config.h.bot
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
#ifndef HAVE_BOOL
|
||||
#define HAVE_BOOL
|
||||
typedef int bool;
|
||||
const bool false = 0;
|
||||
const bool true = 1;
|
||||
#endif
|
||||
Reference in a new issue