config.h 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417
  1. /* config.h. Generated by configure. */
  2. /* autoconf/config.h.in. Generated from autoconf/configure.in by autoheader. */
  3. /* Define if you want support for Greek Elot-928 & IBM-437 keyboard */
  4. /* #undef GREEK_SUPPORT */
  5. /* Define if you want the depth of scrollbars and menus to be less */
  6. /* #undef HALFSHADOW */
  7. /* Define to 1 if you have the <assert.h> header file. */
  8. #define HAVE_ASSERT_H 1
  9. /* Define to 1 if you have the `atexit' function. */
  10. #define HAVE_ATEXIT 1
  11. /* Define to 1 if you have the <dlfcn.h> header file. */
  12. #define HAVE_DLFCN_H 1
  13. /* Define to 1 if you have the <fcntl.h> header file. */
  14. #define HAVE_FCNTL_H 1
  15. /* Define if you have _GNU_SOURCE getpt() */
  16. #define HAVE_GETPT 1
  17. /* Define to 1 if you have the `grantpt' function. */
  18. #define HAVE_GRANTPT 1
  19. /* Define to 1 if you have the <grp.h> header file. */
  20. #define HAVE_GRP_H 1
  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 `isastream' function. */
  24. #define HAVE_ISASTREAM 1
  25. /* Define to 1 if you have the <lastlog.h> header file. */
  26. #define HAVE_LASTLOG_H 1
  27. /* Define to 1 if you have the <libc.h> header file. */
  28. /* #undef HAVE_LIBC_H */
  29. /* Define to 1 if you have the <memory.h> header file. */
  30. #define HAVE_MEMORY_H 1
  31. /* Define to 1 if you have the `nanosleep' function. */
  32. #define HAVE_NANOSLEEP 1
  33. /* Define if nl_langinfo(CODESET) works */
  34. #define HAVE_NL_LANGINFO 1
  35. /* Define to 1 if you have the `on_exit' function. */
  36. #define HAVE_ON_EXIT 1
  37. /* Define to 1 if you have the `openpty' function. */
  38. /* #undef HAVE_OPENPTY */
  39. /* Define to 1 if you have the `revoke' function. */
  40. /* #undef HAVE_REVOKE */
  41. /* Define to 1 if you have the `seteuid' function. */
  42. #define HAVE_SETEUID 1
  43. /* Define if plain old setlocale works */
  44. #define HAVE_SETLOCALE 1
  45. /* Define to 1 if you have the `setpgid' function. */
  46. #define HAVE_SETPGID 1
  47. /* Define to 1 if you have the `setpgrp' function. */
  48. #define HAVE_SETPGRP 1
  49. /* Define to 1 if you have the `setreuid' function. */
  50. #define HAVE_SETREUID 1
  51. /* Define to 1 if you have the `setsid' function. */
  52. #define HAVE_SETSID 1
  53. /* Define to 1 if you have the `setutent' function. */
  54. #define HAVE_SETUTENT 1
  55. /* Define to 1 if you have the <stdarg.h> header file. */
  56. #define HAVE_STDARG_H 1
  57. /* Define to 1 if you have the <stdint.h> header file. */
  58. #define HAVE_STDINT_H 1
  59. /* Define to 1 if you have the <stdlib.h> header file. */
  60. #define HAVE_STDLIB_H 1
  61. /* Define to 1 if you have the <strings.h> header file. */
  62. #define HAVE_STRINGS_H 1
  63. /* Define to 1 if you have the <string.h> header file. */
  64. #define HAVE_STRING_H 1
  65. /* Define if utmp.h or lastlog.h has struct lastlog */
  66. #define HAVE_STRUCT_LASTLOG 1
  67. /* Define if utmpx.h or lastlog.h has struct lastlogx */
  68. /* #undef HAVE_STRUCT_LASTLOGX */
  69. /* Define if utmp.h has struct utmp */
  70. #define HAVE_STRUCT_UTMP 1
  71. /* Define if utmpx.h has struct utmpx */
  72. #define HAVE_STRUCT_UTMPX 1
  73. /* Define to 1 if you have the <sys/byteorder.h> header file. */
  74. /* #undef HAVE_SYS_BYTEORDER_H */
  75. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  76. #define HAVE_SYS_IOCTL_H 1
  77. /* Define to 1 if you have the <sys/select.h> header file. */
  78. #define HAVE_SYS_SELECT_H 1
  79. /* Define to 1 if you have the <sys/sockio.h> header file. */
  80. /* #undef HAVE_SYS_SOCKIO_H */
  81. /* Define to 1 if you have the <sys/stat.h> header file. */
  82. #define HAVE_SYS_STAT_H 1
  83. /* Define to 1 if you have the <sys/strredir.h> header file. */
  84. /* #undef HAVE_SYS_STRREDIR_H */
  85. /* Define to 1 if you have the <sys/time.h> header file. */
  86. #define HAVE_SYS_TIME_H 1
  87. /* Define to 1 if you have the <sys/types.h> header file. */
  88. #define HAVE_SYS_TYPES_H 1
  89. /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
  90. #define HAVE_SYS_WAIT_H 1
  91. /* Define to 1 if you have the <termios.h> header file. */
  92. #define HAVE_TERMIOS_H 1
  93. /* Define to 1 if you have the `ttyslot' function. */
  94. #define HAVE_TTYSLOT 1
  95. /* Define to 1 if you have the <unistd.h> header file. */
  96. #define HAVE_UNISTD_H 1
  97. /* Define to 1 if you have the `unlockpt' function. */
  98. #define HAVE_UNLOCKPT 1
  99. /* Define to 1 if you have the `unsetenv' function. */
  100. #define HAVE_UNSETENV 1
  101. /* Define to 1 if you have the `updwtmp' function. */
  102. #define HAVE_UPDWTMP 1
  103. /* Define to 1 if you have the <utmpx.h> header file. */
  104. #define HAVE_UTMPX_H 1
  105. /* Define if struct utmpx contains ut_host */
  106. #define HAVE_UTMPX_HOST 1
  107. /* Define to 1 if you have the <utmp.h> header file. */
  108. #define HAVE_UTMP_H 1
  109. /* Define if struct utmp contains ut_host */
  110. #define HAVE_UTMP_HOST 1
  111. /* Define if struct utmp contains ut_pid */
  112. #define HAVE_UTMP_PID 1
  113. /* Define if Xlocale support works */
  114. #define HAVE_XLOCALE 1
  115. /* Define if you have XPointer typedef */
  116. #define HAVE_XPOINTER 1
  117. /* Define if setlocale (defined to Xsetlocale) works */
  118. #define HAVE_XSETLOCALE 1
  119. /* Define to 1 if you have the `_getpty' function. */
  120. /* #undef HAVE__GETPTY */
  121. /* Define if lastlog is provided via a directory */
  122. /* #undef LASTLOG_IS_DIR */
  123. /* Define if you want to have lastlog support when utmp/utmpx is enabled */
  124. /* #undef LASTLOG_SUPPORT */
  125. /* Build shared library version - specify via configure only */
  126. /* #undef LIBRXVT */
  127. /* Define if you want Menubar support */
  128. /* #undef MENUBAR */
  129. /* Define to have CTRL cause wheel events to accelerate scrolling. Release
  130. CTRL to halt scrolling */
  131. /* #undef MOUSE_SLIP_WHEELING */
  132. /* Define to use wheel events (button4 and button5) to scroll */
  133. /* #undef MOUSE_WHEEL */
  134. /* Define default multichar glyph encoding */
  135. /* #undef MULTICHAR_ENCODING */
  136. /* Define to enable multichar glyph language support */
  137. /* #undef MULTICHAR_SET */
  138. /* Support NeXT style scrollbars - specify via configure only */
  139. /* #undef NEXT_SCROLLBAR */
  140. /* Define if you don't want support for the backspace key */
  141. /* #undef NO_BACKSPACE_KEY */
  142. /* Define if you don't want support for the (non-keypad) delete key */
  143. /* #undef NO_DELETE_KEY */
  144. /* Define if you don't want handling for rarely used features */
  145. #define NO_FRILLS 1
  146. /* Define if you don't want support linespace */
  147. #define NO_LINESPACE 1
  148. /* Define to remove xterm style mouse selection */
  149. /* #undef NO_NEW_SELECTION */
  150. /* Define to remove old rxvt (ver 2.20 and before) style selection */
  151. #define NO_OLD_SELECTION 1
  152. /* Define if you don't want any resources read */
  153. /* #undef NO_RESOURCES */
  154. /* Define for continual scrolling when you keep the scrollbar button pressed
  155. */
  156. #define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1
  157. /* Disable the secondary screen. Many programs use the secondary screen as
  158. their workplace */
  159. /* #undef NO_SECONDARY_SCREEN */
  160. /* Define if you don't need to use our replacement string functions */
  161. #define NO_STRINGS 1
  162. /* Define to the address where bug reports for this package should be sent. */
  163. #define PACKAGE_BUGREPORT ""
  164. /* Define to the full name of this package. */
  165. #define PACKAGE_NAME ""
  166. /* Define to the full name and version of this package. */
  167. #define PACKAGE_STRING ""
  168. /* Define to the one symbol short name of this package. */
  169. #define PACKAGE_TARNAME ""
  170. /* Define to the version of this package. */
  171. #define PACKAGE_VERSION ""
  172. /* Define to use a 24 bit visual if the screen has 24 bit mode */
  173. /* #undef PREFER_24BIT */
  174. /* Define if you need function prototypes */
  175. #define PROTOTYPES 1
  176. /* Define for first char in devptyXX */
  177. #define PTYCHAR1 "?"
  178. /* Define for second char in devptyXX */
  179. #define PTYCHAR2 "?"
  180. /* Define for this pty type */
  181. /* #undef PTYS_ARE_CLONE */
  182. /* Define for this pty type */
  183. #define PTYS_ARE_GETPT 1
  184. /* Define for this pty type */
  185. /* #undef PTYS_ARE_GETPTY */
  186. /* Define for this pty type */
  187. /* #undef PTYS_ARE_NUMERIC */
  188. /* Define for this pty type */
  189. /* #undef PTYS_ARE_OPENPTY */
  190. /* Define for this pty type */
  191. /* #undef PTYS_ARE_PTC */
  192. /* Define for this pty type */
  193. /* #undef PTYS_ARE_PTMX */
  194. /* Define for this pty type */
  195. #define PTYS_ARE_SEARCHED 1
  196. /* Define for this pty type */
  197. /* #undef PTYS_ARE__GETPTY */
  198. /* Define as the return type of signal handlers (`int' or `void'). */
  199. #define RETSIGTYPE void
  200. /* Define if you want Rob Nation's own graphic mode */
  201. /* #undef RXVT_GRAPHICS */
  202. /* Define location of lastlogx */
  203. /* #undef RXVT_LASTLOGX_FILE */
  204. /* Define location of lastlog */
  205. #define RXVT_LASTLOG_FILE "/var/log/lastlog"
  206. /* Support Rxvt original style scrollbars - specify via configure only */
  207. /* #undef RXVT_SCROLLBAR */
  208. /* Set TERMINFO value to the value given by configure */
  209. /* #undef RXVT_TERMINFO */
  210. /* Define location of utmpx */
  211. /* #undef RXVT_UTMPX_FILE */
  212. /* Define location of utmp */
  213. #define RXVT_UTMP_FILE "/var/run/utmp"
  214. /* Define location of wtmpx */
  215. /* #undef RXVT_WTMPX_FILE */
  216. /* Define location of wtmp */
  217. #define RXVT_WTMP_FILE "/var/log/wtmp"
  218. /* The size of a `char', as computed by sizeof. */
  219. #define SIZEOF_CHAR 1
  220. /* The size of a `int', as computed by sizeof. */
  221. #define SIZEOF_INT 4
  222. /* The size of a `int *', as computed by sizeof. */
  223. #define SIZEOF_INT_P 8
  224. /* The size of a `long', as computed by sizeof. */
  225. #define SIZEOF_LONG 8
  226. /* The size of a `long long', as computed by sizeof. */
  227. #define SIZEOF_LONG_LONG 8
  228. /* The size of a `short', as computed by sizeof. */
  229. #define SIZEOF_SHORT 2
  230. /* Define to use "smart" resize behavior */
  231. /* #undef SMART_RESIZE */
  232. /* Define to 1 if you have the ANSI C header files. */
  233. #define STDC_HEADERS 1
  234. /* Set TERM to the value given by configure */
  235. /* #undef TERMENV */
  236. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  237. #define TIME_WITH_SYS_TIME 1
  238. /* Define if you want your background to use the parent window background */
  239. /* #undef TRANSPARENT */
  240. /* Define location of ttys/ttytab */
  241. /* #undef TTYTAB_FILENAME */
  242. /* Define if you want 256 colour support */
  243. /* #undef TTY_256COLOR */
  244. /* Define to change gid of ttys to group tty */
  245. /* #undef TTY_GID_SUPPORT */
  246. /* Define if you want to use XGetDefault instead of our internal version */
  247. /* #undef USE_XGETDEFAULT */
  248. /* Define if you want to have XIM (X Input Method) protocol support - required
  249. for multibyte characters input */
  250. /* #undef USE_XIM */
  251. /* Define if you want to have utmp/utmpx support */
  252. /* #undef UTMP_SUPPORT */
  253. /* Define if you want to have wtmp support when utmp/utmpx is enabled */
  254. /* #undef WTMP_SUPPORT */
  255. /* Define if you want to have sexy-looking background pixmaps. Needs libXpm */
  256. /* #undef XPM_BACKGROUND */
  257. /* Define if you include <X11/xpm.h> on a normal include path (be careful) */
  258. /* #undef XPM_INC_X11 */
  259. /* Support Xterm style scrollbars - specify via configure only */
  260. /* #undef XTERM_SCROLLBAR */
  261. /* Define to 1 if the X Window System is missing or not being used. */
  262. /* #undef X_DISPLAY_MISSING */
  263. /* Define to 1 if on AIX 3.
  264. System headers sometimes define this.
  265. We just want to avoid a redefinition error message. */
  266. #ifndef _ALL_SOURCE
  267. /* # undef _ALL_SOURCE */
  268. #endif
  269. /* Define to empty if `const' does not conform to ANSI C. */
  270. /* #undef const */
  271. /* Define to `int' if <sys/types.h> doesn't define. */
  272. /* #undef gid_t */
  273. /* Define as `__inline' if that's what the C compiler calls it, or to nothing
  274. if it is not supported. */
  275. /* #undef inline */
  276. /* Define to `int' if <sys/types.h> does not define. */
  277. /* #undef mode_t */
  278. /* Define to `int' if <sys/types.h> does not define. */
  279. /* #undef pid_t */
  280. /* Define to `int' if <sys/types.h> doesn't define. */
  281. /* #undef uid_t */