|
| 1 | +/* config_msvc.h. |
| 2 | +
|
| 3 | + This file was generated by hand for use on Win32 environments when |
| 4 | + building with Microsoft Visual Studio. It will have to be kept |
| 5 | + up-to-date by hand with the automatically-generated config.h on |
| 6 | + other platforms. |
| 7 | +*/ |
| 8 | + |
| 9 | +/* Define if the C++ compiler uses namespaces. */ |
| 10 | +#define HAVE_NAMESPACE 1 |
| 11 | + |
| 12 | +/* Define if the C++ iostream library supports ios::binary. */ |
| 13 | +/* #undef HAVE_IOS_BINARY */ |
| 14 | + |
| 15 | +/* Define if we're compiling for a Windows platform. */ |
| 16 | +#define PLATFORM_WIN32 1 |
| 17 | + |
| 18 | +/* Define if we're compiling using Windows Microsoft Visual C++. */ |
| 19 | +#define WIN32_VC 1 |
| 20 | + |
| 21 | +/* The platform ppremake is compiled for. This primarily controls the |
| 22 | + initial setting of the $[PLATFORM] variable. */ |
| 23 | +#define PLATFORM "Win32" |
| 24 | + |
| 25 | +/* Define if you have the <alloca.h> header file. */ |
| 26 | +/* #undef HAVE_ALLOCA_H */ |
| 27 | + |
| 28 | +/* Define if you have the `getopt' function. */ |
| 29 | +/* #undef HAVE_GETOPT */ |
| 30 | + |
| 31 | +/* Define if you have the <iostream> header file. */ |
| 32 | +#define HAVE_IOSTREAM 1 |
| 33 | + |
| 34 | +/* Define if you have the <io.h> header file. */ |
| 35 | +#define HAVE_IO_H 1 |
| 36 | + |
| 37 | +/* Define if you have the <malloc.h> header file. */ |
| 38 | +#define HAVE_MALLOC_H 1 |
| 39 | + |
| 40 | +/* Define if you have the <minmax.h> header file. */ |
| 41 | +/* #undef HAVE_MINMAX_H */ |
| 42 | + |
| 43 | +/* Define if you have the <glob.h> header file. */ |
| 44 | +/* #undef HAVE_GLOB_H */ |
| 45 | + |
| 46 | +/* Define if you have the <dirent.h> header file. */ |
| 47 | +/* #undef HAVE_DIRENT_H */ |
| 48 | + |
| 49 | +/* Define if you have the <regex.h> header file. */ |
| 50 | +/* #undef HAVE_REGEX_H */ |
| 51 | + |
| 52 | +/* Define if you have the <string.h> header file. */ |
| 53 | +#define HAVE_STRING_H 1 |
| 54 | + |
| 55 | +/* Define if you have the <strstream.h> header file. */ |
| 56 | +#define HAVE_STRSTREAM_H 1 |
| 57 | + |
| 58 | +/* Define if you have the <sys/types.h> header file. */ |
| 59 | +/* #undef HAVE_SYS_TYPES_H 1 */ |
| 60 | + |
| 61 | +/* Define if you have the <sys/time.h> header file. */ |
| 62 | +/* #undef HAVE_SYS_TIME_H 1 */ |
| 63 | + |
| 64 | +/* Define if you have the <sys/utime.h> header file. */ |
| 65 | +#define HAVE_SYS_UTIME_H 1 |
| 66 | + |
| 67 | +/* Define if you have the <sys/wait.h> header file. */ |
| 68 | +/* #undef HAVE_SYS_WAIT_H 1 */ |
| 69 | + |
| 70 | +/* Define if you have the <unistd.h> header file. */ |
| 71 | +/* #undef HAVE_UNISTD_H 1 */ |
| 72 | + |
| 73 | +/* Define if you have the <utime.h> header file. */ |
| 74 | +/* #undef HAVE_UTIME_H 1 */ |
| 75 | + |
| 76 | +/* Name of package */ |
| 77 | +#define PACKAGE "ppremake" |
| 78 | + |
| 79 | +/* Define if you have the ANSI C header files. */ |
| 80 | +#define STDC_HEADERS 1 |
| 81 | + |
| 82 | +/* Version number of package */ |
| 83 | +#define VERSION "1.03" |
0 commit comments