config_msvc.h 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. /* config_msvc.h.
  2. This file was generated by hand for use on Win32 environments when
  3. building with Microsoft Visual Studio. It will have to be kept
  4. up-to-date by hand with the automatically-generated config.h on
  5. other platforms.
  6. */
  7. /* Define if the C++ compiler uses namespaces. */
  8. #define HAVE_NAMESPACE 1
  9. /* Define if the C++ iostream library supports ios::binary. */
  10. /* #undef HAVE_IOS_BINARY */
  11. /* Define if we're compiling with Cygwin. */
  12. /* #undef HAVE_CYGWIN */
  13. /* Define if we're compiling using Windows Microsoft Visual C++. */
  14. #define WIN32_VC 1
  15. /* The platform ppremake is compiled for. This primarily controls the
  16. initial setting of the $[PLATFORM] variable. */
  17. #define PLATFORM "Win32"
  18. /* Define if you have the <alloca.h> header file. */
  19. /* #undef HAVE_ALLOCA_H */
  20. /* Define if you have the `getopt' function. */
  21. /* #undef HAVE_GETOPT */
  22. /* Define if you have the <iostream> header file. */
  23. #define HAVE_IOSTREAM 1
  24. /* Define if you have the <io.h> header file. */
  25. #define HAVE_IO_H 1
  26. /* Define if you have the <malloc.h> header file. */
  27. #define HAVE_MALLOC_H 1
  28. /* Define if you have the <minmax.h> header file. */
  29. /* #undef HAVE_MINMAX_H */
  30. /* Define if you have the <dirent.h> header file. */
  31. /* #undef HAVE_DIRENT_H */
  32. /* Define if you have the <regex.h> header file. */
  33. /* #undef HAVE_REGEX_H */
  34. /* Define if you have the <string.h> header file. */
  35. #define HAVE_STRING_H 1
  36. /* Define if you have the <strstream.h> header file. */
  37. #define HAVE_STRSTREAM_H 1
  38. /* Define if you have the <sys/types.h> header file. */
  39. /* #undef HAVE_SYS_TYPES_H 1 */
  40. /* Define if you have the <sys/time.h> header file. */
  41. /* #undef HAVE_SYS_TIME_H 1 */
  42. /* Define if you have the <sys/utime.h> header file. */
  43. #define HAVE_SYS_UTIME_H 1
  44. /* Define if you have the <sys/wait.h> header file. */
  45. /* #undef HAVE_SYS_WAIT_H 1 */
  46. /* Define if you have the <unistd.h> header file. */
  47. /* #undef HAVE_UNISTD_H 1 */
  48. /* Define if you have the <utime.h> header file. */
  49. /* #undef HAVE_UTIME_H 1 */
  50. /* Name of package */
  51. #define PACKAGE "ppremake"
  52. /* Define if you have the ANSI C header files. */
  53. #define STDC_HEADERS 1
  54. /**************** UPDATE VERSION NUMBER HERE ****************
  55. ** Also be sure to change the version number **
  56. ** at the beginning of configure.in. **
  57. **************** ****************/
  58. #define VERSION "1.11"
  59. /**************** UPDATE VERSION NUMBER HERE ****************/