acconfig.h 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. /* acconfig.h
  2. This file is in the public domain.
  3. Descriptive text for the C preprocessor macros that
  4. the distributed Autoconf macros can define.
  5. No software package will use all of them; autoheader copies the ones
  6. your configure.in uses into your configuration header file templates.
  7. The entries are in sort -df order: alphabetical, case insensitive,
  8. ignoring punctuation (such as underscores). Although this order
  9. can split up related entries, it makes it easier to check whether
  10. a given entry is in the file.
  11. Leave the following blank line there!! Autoheader needs it. */
  12. /* Define if the C++ compiler uses namespaces. */
  13. #undef HAVE_NAMESPACE
  14. /* Define if the C++ iostream library supports ios::binary. */
  15. #undef HAVE_IOS_BINARY
  16. /* Define if we're compiling with Cygwin. */
  17. #undef HAVE_CYGWIN
  18. /* Define if we're compiling using Windows Microsoft Visual C++. */
  19. #undef WIN32_VC
  20. /* The platform ppremake is compiled for. This primarily controls the
  21. initial setting of the $[PLATFORM] variable. */
  22. #define PLATFORM ""
  23. /* Leave that blank line there!! Autoheader needs it.
  24. If you're adding to this file, keep in mind:
  25. The entries are in sort -df order: alphabetical, case insensitive,
  26. ignoring punctuation (such as underscores). */