jas_config.h.in 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. /* src/libjasper/include/jasper/jas_config.h.in. Generated from configure.ac by autoheader. */
  2. /* Avoid problems due to multiple inclusion. */
  3. #ifndef JAS_CONFIG_H
  4. #define JAS_CONFIG_H
  5. /* This preprocessor symbol identifies the version of JasPer. */
  6. #undef JAS_VERSION
  7. /* If configure is being used, this symbol will be defined automatically
  8. at this point in the configuration header file. */
  9. /* The preprocessor symbol JAS_WIN_MSVC_BUILD should not be defined
  10. unless the JasPer software is being built under Microsoft Windows
  11. using Microsoft Visual C. */
  12. #if !defined(JAS_WIN_MSVC_BUILD)
  13. /* A configure-based build is being used. */
  14. /* Extra debugging support */
  15. #undef DEBUG
  16. /* Debugging memory allocator */
  17. #undef DEBUG_MEMALLOC
  18. /* Debugging overflow detection */
  19. #undef DEBUG_OVERFLOW
  20. /* Define to 1 if you have the <dlfcn.h> header file. */
  21. #undef HAVE_DLFCN_H
  22. /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
  23. #undef HAVE_DOPRNT
  24. /* Define to 1 if you have the <fcntl.h> header file. */
  25. #undef HAVE_FCNTL_H
  26. /* Define to 1 if you have the `getrusage' function. */
  27. #undef HAVE_GETRUSAGE
  28. /* Define to 1 if you have the `gettimeofday' function. */
  29. #undef HAVE_GETTIMEOFDAY
  30. /* Define to 1 if you have the <inttypes.h> header file. */
  31. #undef HAVE_INTTYPES_H
  32. /* Define to 1 if you have the <io.h> header file. */
  33. #undef HAVE_IO_H
  34. /* Define to 1 if you have the `m' library (-lm). */
  35. #undef HAVE_LIBM
  36. /* Define to 1 if you have the <limits.h> header file. */
  37. #undef HAVE_LIMITS_H
  38. /* Define to 1 if you have the <memory.h> header file. */
  39. #undef HAVE_MEMORY_H
  40. /* Define to 1 if you have the <stdbool.h> header file. */
  41. #undef HAVE_STDBOOL_H
  42. /* Define to 1 if you have the <stddef.h> header file. */
  43. #undef HAVE_STDDEF_H
  44. /* Define to 1 if you have the <stdint.h> header file. */
  45. #undef HAVE_STDINT_H
  46. /* Define to 1 if you have the <stdlib.h> header file. */
  47. #undef HAVE_STDLIB_H
  48. /* Define to 1 if you have the <strings.h> header file. */
  49. #undef HAVE_STRINGS_H
  50. /* Define to 1 if you have the <string.h> header file. */
  51. #undef HAVE_STRING_H
  52. /* Define to 1 if you have the <sys/stat.h> header file. */
  53. #undef HAVE_SYS_STAT_H
  54. /* Define to 1 if you have the <sys/time.h> header file. */
  55. #undef HAVE_SYS_TIME_H
  56. /* Define to 1 if you have the <sys/types.h> header file. */
  57. #undef HAVE_SYS_TYPES_H
  58. /* Define to 1 if you have the <unistd.h> header file. */
  59. #undef HAVE_UNISTD_H
  60. /* Have variable length arrays */
  61. #undef HAVE_VLA
  62. /* Define to 1 if you have the `vprintf' function. */
  63. #undef HAVE_VPRINTF
  64. /* Define to 1 if you have the <windows.h> header file. */
  65. #undef HAVE_WINDOWS_H
  66. /* JasPer configure */
  67. #undef JAS_CONFIGURE
  68. /* JasPer version */
  69. #undef JAS_VERSION
  70. /* Name of package */
  71. #undef PACKAGE
  72. /* Define to the address where bug reports for this package should be sent. */
  73. #undef PACKAGE_BUGREPORT
  74. /* Define to the full name of this package. */
  75. #undef PACKAGE_NAME
  76. /* Define to the full name and version of this package. */
  77. #undef PACKAGE_STRING
  78. /* Define to the one symbol short name of this package. */
  79. #undef PACKAGE_TARNAME
  80. /* Define to the version of this package. */
  81. #undef PACKAGE_VERSION
  82. /* Define to 1 if you have the ANSI C header files. */
  83. #undef STDC_HEADERS
  84. /* Version number of package */
  85. #undef VERSION
  86. /* Define to 1 if the X Window System is missing or not being used. */
  87. #undef X_DISPLAY_MISSING
  88. /* Define to empty if `const' does not conform to ANSI C. */
  89. #undef const
  90. /* Define to `__inline__' or `__inline' if that's what the C compiler
  91. calls it, or to nothing if 'inline' is not supported under any name. */
  92. #ifndef __cplusplus
  93. #undef inline
  94. #endif
  95. /* Define to `long long' if <sys/types.h> does not define. */
  96. #undef longlong
  97. /* Define to `unsigned' if <sys/types.h> does not define. */
  98. #undef size_t
  99. /* Define to `int' if <sys/types.h> does not define. */
  100. #undef ssize_t
  101. /* Define to `unsigned char' if <sys/types.h> does not define. */
  102. #undef uchar
  103. /* Define to `unsigned int' if <sys/types.h> does not define. */
  104. #undef uint
  105. /* Define to `unsigned long' if <sys/types.h> does not define. */
  106. #undef ulong
  107. /* Define to `unsigned long long' if <sys/types.h> does not define. */
  108. #undef ulonglong
  109. /* Define to `unsigned short' if <sys/types.h> does not define. */
  110. #undef ushort
  111. #else
  112. /* A configure-based build is not being used. */
  113. #include <jasper/jas_config2.h>
  114. #endif
  115. #endif