config.h 4.9 KB

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