config_msvc.h 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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 you have the ANSI C header files. */
  8. #define STDC_HEADERS 1
  9. /* Define if the C++ compiler uses namespaces. */
  10. #define HAVE_NAMESPACE 1
  11. /* Define if the C++ iostream library supports ios::binary. */
  12. #define HAVE_IOS_BINARY 1
  13. /* Define if fstream::open() accepts a third parameter for umask. */
  14. /* #undef HAVE_OPEN_MASK */
  15. /* Define if we're compiling with Cygwin. */
  16. /* #undef HAVE_CYGWIN */
  17. /* Define if we're compiling for OSX. */
  18. /* #undef HAVE_OSX */
  19. /* Define if we're compiling using Windows Microsoft Visual C++. */
  20. #define WIN32_VC 1
  21. /* The platform ppremake is compiled for. This primarily controls the
  22. initial setting of the $[PLATFORM] variable. */
  23. #define PLATFORM "Win32"
  24. /* Define if you have the `getopt' function. */
  25. /* #undef HAVE_GETOPT */
  26. /* Define if you have the <alloca.h> header file. */
  27. /* #undef HAVE_ALLOCA_H */
  28. /* Define if you have the <dirent.h> header file. */
  29. /* #undef HAVE_DIRENT_H */
  30. /* Define if you have the <io.h> header file. */
  31. #define HAVE_IO_H 1
  32. /* Define if you have the <iostream> header file. */
  33. #define HAVE_IOSTREAM 1
  34. /* Define if you have the <malloc.h> header file. */
  35. #define HAVE_MALLOC_H 1
  36. /* Define if you have the <minmax.h> header file. */
  37. /* #undef HAVE_MINMAX_H */
  38. /* Define if you have the <regex.h> header file. */
  39. /* #undef HAVE_REGEX_H */
  40. /* Define if you have the <sstream> header file. */
  41. #define HAVE_SSTREAM 1
  42. /* Define if you have the <string.h> header file. */
  43. #define HAVE_STRING_H 1
  44. /* Define if you have the <sys/time.h> header file. */
  45. /* #undef HAVE_SYS_TIME_H 1 */
  46. /* Define if you have the <sys/types.h> header file. */
  47. /* #undef HAVE_SYS_TYPES_H 1 */
  48. /* Define if you have the <sys/utime.h> header file. */
  49. #define HAVE_SYS_UTIME_H 1
  50. /* Define if you have the <sys/wait.h> header file. */
  51. /* #undef HAVE_SYS_WAIT_H 1 */
  52. /* Define if you have the <unistd.h> header file. */
  53. /* #undef HAVE_UNISTD_H 1 */
  54. /* Define if you have the <utime.h> header file. */
  55. /* #undef HAVE_UTIME_H 1 */
  56. /* Name of package */
  57. #define PACKAGE "ppremake"
  58. /* The default value of INSTALL_DIR within ppremake. */
  59. #define INSTALL_DIR "C:/Panda3d"
  60. /**************** UPDATE VERSION NUMBER HERE ****************
  61. ** Also be sure to change the version number **
  62. ** at the beginning of configure.in. **
  63. **************** ****************/
  64. #define VERSION "1.22"
  65. /**************** UPDATE VERSION NUMBER HERE ****************/