version 1.4 | | version 1.5 |
---|
| | |
/* | | /* |
* static char *rcsid_includes_h = | | * static char *rcsid_includes_h = |
* "$Id: includes.h,v 1.4 2001/03/29 07:52:08 mwedel Exp $"; | | * "$Id: includes.h,v 1.5 2001/04/06 19:08:49 michtoen Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
#endif | | #endif |
| | |
/* Include this first, because it lets us know what we are missing */ | | /* Include this first, because it lets us know what we are missing */ |
| | #ifdef WIN32 /* ---win32 exclude this, config comes from VC ide */
|
| | #include "win32.h"
|
| | #else
|
#include <autoconf.h> | | #include <autoconf.h> |
| | #endif
|
| | |
#include <stdio.h> | | #include <stdio.h> |
#include <string.h> | | #include <string.h> |