version 1.3 | | version 1.4 |
---|
| | |
#include <stdio.h> | | #include <stdio.h> |
#include <stdlib.h> | | #include <stdlib.h> |
#include <sys/types.h> | | #include <sys/types.h> |
| | #include <process.h> |
| | |
#define __STDC__ 1 // something odd, CF want this, but don'T include it | | #define __STDC__ 1 // something odd, CF want this, but don'T include it |
// before the standard includes | | // before the standard includes |
| | |
| | #define HAVE_SNPRINTF 1 |
| | #define snprintf _snprintf |
| | |
#include "version.h" | | #include "version.h" |
| | |
// include all needed autoconfig.h defines | | // include all needed autoconfig.h defines |