config.h.in 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. /* config.h.in. Generated from configure.in by autoheader. */
  2. /* Define to debug JWM */
  3. #undef DEBUG
  4. /* Define to disable confirm dialogs */
  5. #undef DISABLE_CONFIRM
  6. /* Define to 1 if translation of program messages to the user's native
  7. language is requested. */
  8. #undef ENABLE_NLS
  9. /* Define to 1 if you have the <alloca.h> header file. */
  10. #undef HAVE_ALLOCA_H
  11. /* Define to 1 if you have the <ctype.h> header file. */
  12. #undef HAVE_CTYPE_H
  13. /* Define if the GNU dcgettext() function is already present or preinstalled.
  14. */
  15. #undef HAVE_DCGETTEXT
  16. /* Define if the GNU gettext() function is already present or preinstalled. */
  17. #undef HAVE_GETTEXT
  18. /* Define if you have the iconv() function and it works. */
  19. #undef HAVE_ICONV
  20. /* Define to 1 if you have the <inttypes.h> header file. */
  21. #undef HAVE_INTTYPES_H
  22. /* Define to 1 if you have the <libintl.h> header file. */
  23. #undef HAVE_LIBINTL_H
  24. /* Define to 1 if you have the <locale.h> header file. */
  25. #undef HAVE_LOCALE_H
  26. /* Define to 1 if you have the <memory.h> header file. */
  27. #undef HAVE_MEMORY_H
  28. /* Define to 1 if you have the `putenv' function. */
  29. #undef HAVE_PUTENV
  30. /* Define to 1 if you have the `setlocale' function. */
  31. #undef HAVE_SETLOCALE
  32. /* Define to 1 if you have the <signal.h> header file. */
  33. #undef HAVE_SIGNAL_H
  34. /* Define to 1 if you have the <stdarg.h> header file. */
  35. #undef HAVE_STDARG_H
  36. /* Define to 1 if you have the <stdint.h> header file. */
  37. #undef HAVE_STDINT_H
  38. /* Define to 1 if you have the <stdio.h> header file. */
  39. #undef HAVE_STDIO_H
  40. /* Define to 1 if you have the <stdlib.h> header file. */
  41. #undef HAVE_STDLIB_H
  42. /* Define to 1 if you have the <strings.h> header file. */
  43. #undef HAVE_STRINGS_H
  44. /* Define to 1 if you have the <string.h> header file. */
  45. #undef HAVE_STRING_H
  46. /* Define to 1 if you have the <sys/select.h> header file. */
  47. #undef HAVE_SYS_SELECT_H
  48. /* Define to 1 if you have the <sys/stat.h> header file. */
  49. #undef HAVE_SYS_STAT_H
  50. /* Define to 1 if you have the <sys/time.h> header file. */
  51. #undef HAVE_SYS_TIME_H
  52. /* Define to 1 if you have the <sys/types.h> header file. */
  53. #undef HAVE_SYS_TYPES_H
  54. /* Define to 1 if you have the <sys/wait.h> header file. */
  55. #undef HAVE_SYS_WAIT_H
  56. /* Define to 1 if you have the <time.h> header file. */
  57. #undef HAVE_TIME_H
  58. /* Define to 1 if you have the <unistd.h> header file. */
  59. #undef HAVE_UNISTD_H
  60. /* Define to 1 if you have the `unsetenv' function. */
  61. #undef HAVE_UNSETENV
  62. /* Define to 1 if you have the <X11/cursorfont.h> header file. */
  63. #undef HAVE_X11_CURSORFONT_H
  64. /* Define to 1 if you have the <X11/extensions/Xrender.h> header file. */
  65. #undef HAVE_X11_EXTENSIONS_XRENDER_H
  66. /* Define to 1 if you have the <X11/keysym.h> header file. */
  67. #undef HAVE_X11_KEYSYM_H
  68. /* Define to 1 if you have the <X11/Xatom.h> header file. */
  69. #undef HAVE_X11_XATOM_H
  70. /* Define to 1 if you have the <X11/Xlib.h> header file. */
  71. #undef HAVE_X11_XLIB_H
  72. /* Define to 1 if you have the <X11/xpm.h> header file. */
  73. #undef HAVE_X11_XPM_H
  74. /* Define to 1 if you have the <X11/Xproto.h> header file. */
  75. #undef HAVE_X11_XPROTO_H
  76. /* Define to 1 if you have the <X11/Xresource.h> header file. */
  77. #undef HAVE_X11_XRESOURCE_H
  78. /* Define to 1 if you have the <X11/Xutil.h> header file. */
  79. #undef HAVE_X11_XUTIL_H
  80. /* Define to the address where bug reports for this package should be sent. */
  81. #undef PACKAGE_BUGREPORT
  82. /* Define to the full name of this package. */
  83. #undef PACKAGE_NAME
  84. /* Define to the full name and version of this package. */
  85. #undef PACKAGE_STRING
  86. /* Define to the one symbol short name of this package. */
  87. #undef PACKAGE_TARNAME
  88. /* Define to the home page for this package. */
  89. #undef PACKAGE_URL
  90. /* Define to the version of this package. */
  91. #undef PACKAGE_VERSION
  92. /* Define to 1 if you have the ANSI C header files. */
  93. #undef STDC_HEADERS
  94. /* default system configuration path */
  95. #undef SYSTEM_CONFIG
  96. /* Define to use Cairo */
  97. #undef USE_CAIRO
  98. /* Define to use FriBidi */
  99. #undef USE_FRIBIDI
  100. /* Define to enable icon support */
  101. #undef USE_ICONS
  102. /* Define to use libjpeg */
  103. #undef USE_JPEG
  104. /* Define to use libpng */
  105. #undef USE_PNG
  106. /* Define to use rsvg */
  107. #undef USE_RSVG
  108. /* Define to enable the X shape extension */
  109. #undef USE_SHAPE
  110. /* Define to enable Xft */
  111. #undef USE_XFT
  112. /* Define to enable Xinerama */
  113. #undef USE_XINERAMA
  114. /* Define to use Xmu */
  115. #undef USE_XMU
  116. /* Define to enable XPM support */
  117. #undef USE_XPM
  118. /* Define to enable the XRender extension */
  119. #undef USE_XRENDER
  120. /* Define to use Xutf8TextPropertyToTextList */
  121. #undef USE_XUTF8
  122. /* Define for single UNIX conformance */
  123. #undef _XOPEN_SOURCE
  124. /* Define for timeval on IRIX 6.2 */
  125. #undef _XOPEN_SOURCE_EXTENDED
  126. /* Define for timeval on Solaris 2.5.1 */
  127. #undef __EXTENSIONS__