setup.h.in 26 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289
  1. /* This define (__WX_SETUP_H__) is used both to ensure setup.h is included
  2. * only once and to indicate that we are building using configure. */
  3. #ifndef __WX_SETUP_H__
  4. #define __WX_SETUP_H__
  5. /* never undefine inline or const keywords for C++ compilation */
  6. #ifndef __cplusplus
  7. /* Define to empty if the keyword does not work. */
  8. #undef const
  9. /* Define as __inline if that's what the C compiler calls it. */
  10. #undef inline
  11. #endif /* __cplusplus */
  12. /* fill in with the string wxGetOsDescription() will return */
  13. #undef WXWIN_OS_DESCRIPTION
  14. /* the installation location prefix from configure */
  15. #undef wxINSTALL_PREFIX
  16. /* Define to `int' if <sys/types.h> doesn't define. */
  17. #undef gid_t
  18. /* Define to `int' if <sys/types.h> doesn't define. */
  19. #undef mode_t
  20. /* Define to `long' if <sys/types.h> doesn't define. */
  21. #undef off_t
  22. /* Define to `int' if <sys/types.h> doesn't define. */
  23. #undef pid_t
  24. /* Define to `unsigned' if <sys/types.h> doesn't define. */
  25. #undef size_t
  26. /* Define if ssize_t type is available. */
  27. #undef HAVE_SSIZE_T
  28. /* Define if you have the ANSI C header files. */
  29. #undef STDC_HEADERS
  30. /* Define this to get extra features from GNU libc. */
  31. #ifndef _GNU_SOURCE
  32. #undef _GNU_SOURCE
  33. #endif
  34. /* Define to `int' if <sys/types.h> doesn't define. */
  35. #undef uid_t
  36. /* Define if your processor stores words with the most significant
  37. byte first (like Motorola and SPARC, unlike Intel and VAX). */
  38. #undef WORDS_BIGENDIAN
  39. /* Define this if your version of GTK+ is greater than 1.2.7 */
  40. #undef __WXGTK127__
  41. /* Define this if your version of GTK+ is greater than 2.0 */
  42. #undef __WXGTK20__
  43. /* Define this if your version of GTK+ is greater than 2.6 */
  44. #undef __WXGTK26__
  45. /* Define this if your version of GTK+ is greater than 2.10 */
  46. #undef __WXGTK210__
  47. /* Define this if your version of GTK+ is greater than 2.18 */
  48. #undef __WXGTK218__
  49. /* Define this if your version of GTK+ is >= 3.0 */
  50. #undef __WXGTK3__
  51. /* Define this if you want to use GPE features */
  52. #undef __WXGPE__
  53. /* Define this if your version of Motif is greater than 2.0 */
  54. #undef __WXMOTIF20__
  55. /* Define this if you are using Lesstif */
  56. #undef __WXLESSTIF__
  57. /*
  58. * Define to 1 for Unix[-like] system
  59. */
  60. #define wxUSE_UNIX 0
  61. #undef __UNIX__
  62. #undef __AIX__
  63. #undef __BSD__
  64. #undef __DARWIN__
  65. #undef __EMX__
  66. #undef __FREEBSD__
  67. #undef __HPUX__
  68. #undef __LINUX__
  69. #undef __NETBSD__
  70. #undef __OPENBSD__
  71. #undef __OSF__
  72. #undef __QNX__
  73. #undef __SGI__
  74. #undef __SOLARIS__
  75. #undef __SUN__
  76. #undef __SUNOS__
  77. #undef __SVR4__
  78. #undef __SYSV__
  79. #undef __ULTRIX__
  80. #undef __UNIXWARE__
  81. #undef __VMS__
  82. #undef __IA64__
  83. #undef __ALPHA__
  84. /* NanoX (with wxX11) */
  85. #define wxUSE_NANOX 0
  86. /* PowerPC Darwin & Mac OS X */
  87. #undef __POWERPC__
  88. #undef TARGET_CARBON
  89. /* Hack to make IOGraphicsTypes.h not define Point conflicting with MacTypes */
  90. #undef __Point__
  91. /* MS-DOS with DJGPP */
  92. #undef __DOS__
  93. /* Stupid hack; __WINDOWS__ clashes with wx/defs.h */
  94. #ifndef __WINDOWS__
  95. #undef __WINDOWS__
  96. #endif
  97. #ifndef __WIN32__
  98. #undef __WIN32__
  99. #endif
  100. #ifndef __GNUWIN32__
  101. #undef __GNUWIN32__
  102. #endif
  103. #ifndef STRICT
  104. #undef STRICT
  105. #endif
  106. #ifndef WINVER
  107. #undef WINVER
  108. #endif
  109. /* OS/2 with EMX */
  110. #undef __OS2__
  111. /* --- start common options --- */
  112. #ifndef wxUSE_GUI
  113. #define wxUSE_GUI 0
  114. #endif
  115. #define WXWIN_COMPATIBILITY_2_6 0
  116. #define WXWIN_COMPATIBILITY_2_8 0
  117. #define wxDIALOG_UNIT_COMPATIBILITY 0
  118. #define wxUSE_ON_FATAL_EXCEPTION 0
  119. #define wxUSE_STACKWALKER 0
  120. #define wxUSE_DEBUGREPORT 0
  121. #define wxUSE_DEBUG_CONTEXT 0
  122. #define wxUSE_MEMORY_TRACING 0
  123. #define wxUSE_GLOBAL_MEMORY_OPERATORS 0
  124. #define wxUSE_DEBUG_NEW_ALWAYS 0
  125. #ifndef wxUSE_UNICODE
  126. #define wxUSE_UNICODE 0
  127. #endif
  128. #define wxUSE_WCHAR_T 0
  129. #define wxUSE_EXCEPTIONS 0
  130. #define wxUSE_EXTENDED_RTTI 0
  131. #define wxUSE_LOG 0
  132. #define wxUSE_LOGWINDOW 0
  133. #define wxUSE_LOGGUI 0
  134. #define wxUSE_LOG_DIALOG 0
  135. #define wxUSE_CMDLINE_PARSER 0
  136. #define wxUSE_THREADS 0
  137. #define wxUSE_STREAMS 0
  138. #define wxUSE_PRINTF_POS_PARAMS 0
  139. #define wxUSE_COMPILER_TLS 0
  140. #define wxUSE_STL 0
  141. #if defined(__DMC__) || defined(__WATCOMC__) \
  142. || (defined(_MSC_VER) && _MSC_VER < 1200)
  143. #define wxUSE_STD_DEFAULT 0
  144. #else
  145. #define wxUSE_STD_DEFAULT 0
  146. #endif
  147. #define wxUSE_STD_CONTAINERS 0
  148. #define wxUSE_STD_IOSTREAM wxUSE_STD_DEFAULT
  149. #define wxUSE_STD_STRING wxUSE_STD_DEFAULT
  150. #define wxUSE_STD_STRING_CONV_IN_WXSTRING wxUSE_STL
  151. #define wxUSE_IOSTREAMH 0
  152. #define wxUSE_LONGLONG 0
  153. #define wxUSE_BASE64 0
  154. #define wxUSE_CONSOLE_EVENTLOOP 0
  155. #define wxUSE_FILE 0
  156. #define wxUSE_FFILE 0
  157. #define wxUSE_FSVOLUME 0
  158. #define wxUSE_STDPATHS 0
  159. #define wxUSE_TEXTBUFFER 0
  160. #define wxUSE_TEXTFILE 0
  161. #define wxUSE_INTL 0
  162. #define wxUSE_XLOCALE 0
  163. #define wxUSE_DATETIME 0
  164. #define wxUSE_TIMER 0
  165. #define wxUSE_STOPWATCH 0
  166. #define wxUSE_FSWATCHER 0
  167. #define wxUSE_CONFIG 0
  168. #define wxUSE_CONFIG_NATIVE 0
  169. #define wxUSE_DIALUP_MANAGER 0
  170. #define wxUSE_DYNLIB_CLASS 0
  171. #define wxUSE_DYNAMIC_LOADER 0
  172. #define wxUSE_SOCKETS 0
  173. #define wxUSE_IPV6 0
  174. #define wxUSE_FILESYSTEM 0
  175. #define wxUSE_FS_ZIP 0
  176. #define wxUSE_FS_ARCHIVE 0
  177. #define wxUSE_FS_INET 0
  178. #define wxUSE_ARCHIVE_STREAMS 0
  179. #define wxUSE_ZIPSTREAM 0
  180. #define wxUSE_TARSTREAM 0
  181. #define wxUSE_ZLIB 0
  182. #define wxUSE_APPLE_IEEE 0
  183. #define wxUSE_JOYSTICK 0
  184. #define wxUSE_FONTENUM 0
  185. #define wxUSE_FONTMAP 0
  186. #define wxUSE_MIMETYPE 0
  187. #define wxUSE_PROTOCOL 0
  188. #define wxUSE_PROTOCOL_FILE 0
  189. #define wxUSE_PROTOCOL_FTP 0
  190. #define wxUSE_PROTOCOL_HTTP 0
  191. #define wxUSE_URL 0
  192. #define wxUSE_URL_NATIVE 0
  193. #define wxUSE_VARIANT 0
  194. #define wxUSE_ANY 0
  195. #define wxUSE_REGEX 0
  196. #define wxUSE_SYSTEM_OPTIONS 0
  197. #define wxUSE_SOUND 0
  198. #define wxUSE_MEDIACTRL 0
  199. #define wxUSE_XRC 0
  200. #define wxUSE_XML wxUSE_XRC
  201. #define wxUSE_AUI 0
  202. #define wxUSE_RIBBON 0
  203. #define wxUSE_PROPGRID 0
  204. #define wxUSE_STC 0
  205. #define wxUSE_WEBVIEW 0
  206. #ifdef __WXMSW__
  207. #define wxUSE_WEBVIEW_IE 0
  208. #else
  209. #define wxUSE_WEBVIEW_IE 0
  210. #endif
  211. #if defined(__WXGTK__) || defined(__WXOSX__)
  212. #define wxUSE_WEBVIEW_WEBKIT 0
  213. #else
  214. #define wxUSE_WEBVIEW_WEBKIT 0
  215. #endif
  216. #ifdef _MSC_VER
  217. # if _MSC_VER >= 1310
  218. #define wxUSE_GRAPHICS_CONTEXT 0
  219. # else
  220. # define wxUSE_GRAPHICS_CONTEXT 0
  221. # endif
  222. #else
  223. # define wxUSE_GRAPHICS_CONTEXT 0
  224. #endif
  225. #define wxUSE_CAIRO 0
  226. #define wxUSE_CONTROLS 0
  227. #define wxUSE_MARKUP 0
  228. #define wxUSE_POPUPWIN 0
  229. #define wxUSE_TIPWINDOW 0
  230. #define wxUSE_ANIMATIONCTRL 0
  231. #define wxUSE_BANNERWINDOW 0
  232. #define wxUSE_BUTTON 0
  233. #define wxUSE_BMPBUTTON 0
  234. #define wxUSE_CALENDARCTRL 0
  235. #define wxUSE_CHECKBOX 0
  236. #define wxUSE_CHECKLISTBOX 0
  237. #define wxUSE_CHOICE 0
  238. #define wxUSE_COLLPANE 0
  239. #define wxUSE_COLOURPICKERCTRL 0
  240. #define wxUSE_COMBOBOX 0
  241. #define wxUSE_COMMANDLINKBUTTON 0
  242. #define wxUSE_DATAVIEWCTRL 0
  243. #define wxUSE_DATEPICKCTRL 0
  244. #define wxUSE_DIRPICKERCTRL 0
  245. #define wxUSE_EDITABLELISTBOX 0
  246. #define wxUSE_FILECTRL 0
  247. #define wxUSE_FILEPICKERCTRL 0
  248. #define wxUSE_FONTPICKERCTRL 0
  249. #define wxUSE_GAUGE 0
  250. #define wxUSE_HEADERCTRL 0
  251. #define wxUSE_HYPERLINKCTRL 0
  252. #define wxUSE_LISTBOX 0
  253. #define wxUSE_LISTCTRL 0
  254. #define wxUSE_RADIOBOX 0
  255. #define wxUSE_RADIOBTN 0
  256. #define wxUSE_RICHMSGDLG 0
  257. #define wxUSE_SCROLLBAR 0
  258. #define wxUSE_SEARCHCTRL 0
  259. #define wxUSE_SLIDER 0
  260. #define wxUSE_SPINBTN 0
  261. #define wxUSE_SPINCTRL 0
  262. #define wxUSE_STATBOX 0
  263. #define wxUSE_STATLINE 0
  264. #define wxUSE_STATTEXT 0
  265. #define wxUSE_STATBMP 0
  266. #define wxUSE_TEXTCTRL 0
  267. #define wxUSE_TIMEPICKCTRL 0
  268. #define wxUSE_TOGGLEBTN 0
  269. #define wxUSE_TREECTRL 0
  270. #define wxUSE_TREELISTCTRL 0
  271. #define wxUSE_STATUSBAR 0
  272. #define wxUSE_NATIVE_STATUSBAR 0
  273. #define wxUSE_TOOLBAR 0
  274. #define wxUSE_TOOLBAR_NATIVE 0
  275. #define wxUSE_NOTEBOOK 0
  276. #define wxUSE_LISTBOOK 0
  277. #define wxUSE_CHOICEBOOK 0
  278. #define wxUSE_TREEBOOK 0
  279. #define wxUSE_TOOLBOOK 0
  280. #define wxUSE_TASKBARICON 0
  281. #define wxUSE_GRID 0
  282. #define wxUSE_MINIFRAME 0
  283. #define wxUSE_COMBOCTRL 0
  284. #define wxUSE_ODCOMBOBOX 0
  285. #define wxUSE_BITMAPCOMBOBOX 0
  286. #define wxUSE_REARRANGECTRL 0
  287. #define wxUSE_ACCEL 0
  288. #define wxUSE_ARTPROVIDER_STD 0
  289. #define wxUSE_ARTPROVIDER_TANGO 0
  290. #define wxUSE_HOTKEY 0
  291. #define wxUSE_CARET 0
  292. #define wxUSE_DISPLAY 0
  293. #define wxUSE_GEOMETRY 0
  294. #define wxUSE_IMAGLIST 0
  295. #define wxUSE_INFOBAR 0
  296. #define wxUSE_MENUS 0
  297. #define wxUSE_NOTIFICATION_MESSAGE 0
  298. #define wxUSE_PREFERENCES_EDITOR 0
  299. #define wxUSE_RICHTOOLTIP 0
  300. #define wxUSE_SASH 0
  301. #define wxUSE_SPLITTER 0
  302. #define wxUSE_TOOLTIPS 0
  303. #define wxUSE_VALIDATORS 0
  304. #ifdef __WXMSW__
  305. #define wxUSE_AUTOID_MANAGEMENT 0
  306. #else
  307. #define wxUSE_AUTOID_MANAGEMENT 0
  308. #endif
  309. #define wxUSE_COMMON_DIALOGS 0
  310. #define wxUSE_BUSYINFO 0
  311. #define wxUSE_CHOICEDLG 0
  312. #define wxUSE_COLOURDLG 0
  313. #define wxUSE_DIRDLG 0
  314. #define wxUSE_FILEDLG 0
  315. #define wxUSE_FINDREPLDLG 0
  316. #define wxUSE_FONTDLG 0
  317. #define wxUSE_MSGDLG 0
  318. #define wxUSE_PROGRESSDLG 0
  319. #define wxUSE_STARTUP_TIPS 0
  320. #define wxUSE_TEXTDLG 0
  321. #define wxUSE_NUMBERDLG 0
  322. #define wxUSE_SPLASH 0
  323. #define wxUSE_WIZARDDLG 0
  324. #define wxUSE_ABOUTDLG 0
  325. #define wxUSE_FILE_HISTORY 0
  326. #define wxUSE_METAFILE 0
  327. #define wxUSE_ENH_METAFILE 0
  328. #define wxUSE_WIN_METAFILES_ALWAYS 0
  329. #define wxUSE_MDI 0
  330. #define wxUSE_DOC_VIEW_ARCHITECTURE 0
  331. #define wxUSE_MDI_ARCHITECTURE 0
  332. #define wxUSE_PRINTING_ARCHITECTURE 0
  333. #define wxUSE_HTML 0
  334. #define wxUSE_GLCANVAS 0
  335. #define wxUSE_RICHTEXT 0
  336. #define wxUSE_CLIPBOARD 0
  337. #define wxUSE_DATAOBJ 0
  338. #define wxUSE_DRAG_AND_DROP 0
  339. #define wxUSE_ACCESSIBILITY 0
  340. #define wxUSE_SNGLINST_CHECKER 0
  341. #define wxUSE_DRAGIMAGE 0
  342. #define wxUSE_IPC 0
  343. #define wxUSE_HELP 0
  344. #define wxUSE_MS_HTML_HELP 0
  345. #define wxUSE_WXHTML_HELP 0
  346. #define wxUSE_CONSTRAINTS 0
  347. #define wxUSE_SPLINES 0
  348. #define wxUSE_MOUSEWHEEL 0
  349. #define wxUSE_UIACTIONSIMULATOR 0
  350. #define wxUSE_POSTSCRIPT 0
  351. #define wxUSE_AFM_FOR_POSTSCRIPT 0
  352. #define wxUSE_SVG 0
  353. #define wxUSE_DC_TRANSFORM_MATRIX 0
  354. #define wxUSE_IMAGE 0
  355. #define wxUSE_LIBPNG 0
  356. #define wxUSE_LIBJPEG 0
  357. #define wxUSE_LIBTIFF 0
  358. #define wxUSE_TGA 0
  359. #define wxUSE_GIF 0
  360. #define wxUSE_PNM 0
  361. #define wxUSE_PCX 0
  362. #define wxUSE_IFF 0
  363. #define wxUSE_XPM 0
  364. #define wxUSE_ICO_CUR 0
  365. #define wxUSE_PALETTE 0
  366. #define wxUSE_ALL_THEMES 0
  367. #define wxUSE_THEME_GTK 0
  368. #define wxUSE_THEME_METAL 0
  369. #define wxUSE_THEME_MONO 0
  370. #define wxUSE_THEME_WIN32 0
  371. /* --- end common options --- */
  372. /*
  373. * Unix-specific options
  374. */
  375. #define wxUSE_SELECT_DISPATCHER 0
  376. #define wxUSE_EPOLL_DISPATCHER 0
  377. #define wxUSE_UNICODE_UTF8 0
  378. #define wxUSE_UTF8_LOCALE_ONLY 0
  379. /*
  380. Use GStreamer for Unix.
  381. Default is 0 as this requires a lot of dependencies which might not be
  382. available.
  383. Recommended setting: 1 (wxMediaCtrl won't work by default without it).
  384. */
  385. #define wxUSE_GSTREAMER 0
  386. /* --- start MSW options --- */
  387. #ifndef wxUSE_UNICODE_MSLU
  388. #define wxUSE_UNICODE_MSLU 0
  389. #endif
  390. #define wxUSE_MFC 0
  391. #define wxUSE_OLE 0
  392. #define wxUSE_OLE_AUTOMATION 0
  393. #define wxUSE_ACTIVEX 0
  394. #define wxUSE_DC_CACHEING 0
  395. #define wxUSE_WXDIB 0
  396. #define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 0
  397. #define wxUSE_REGKEY 0
  398. #define wxUSE_RICHEDIT 0
  399. #define wxUSE_RICHEDIT2 0
  400. #define wxUSE_OWNER_DRAWN 0
  401. #define wxUSE_TASKBARICON_BALLOONS 0
  402. #define wxUSE_UXTHEME 0
  403. #define wxUSE_INKEDIT 0
  404. #define wxUSE_INICONF 0
  405. #define wxUSE_DATEPICKCTRL_GENERIC 0
  406. #define wxUSE_TIMEPICKCTRL_GENERIC 0
  407. #define wxUSE_CRASHREPORT 0
  408. /* --- end MSW options --- */
  409. /*
  410. * Define if your compiler supports the explicit keyword
  411. */
  412. #undef HAVE_EXPLICIT
  413. /*
  414. * Define if your compiler has C99 va_copy
  415. */
  416. #undef HAVE_VA_COPY
  417. /*
  418. * Define if va_list type is an array
  419. */
  420. #undef VA_LIST_IS_ARRAY
  421. /*
  422. * Define if the compiler supports variadic macros
  423. */
  424. #undef HAVE_VARIADIC_MACROS
  425. /*
  426. * Define if you don't want variadic macros to be used even if they are
  427. * supported by the compiler.
  428. */
  429. #undef wxNO_VARIADIC_MACROS
  430. /*
  431. * Define if your compiler has std::wstring
  432. */
  433. #undef HAVE_STD_WSTRING
  434. /*
  435. * Define if your compiler has compliant std::string::compare
  436. */
  437. #undef HAVE_STD_STRING_COMPARE
  438. /*
  439. * Define if your compiler has <hash_map>
  440. */
  441. #undef HAVE_HASH_MAP
  442. /*
  443. * Define if your compiler has <ext/hash_map>
  444. */
  445. #undef HAVE_EXT_HASH_MAP
  446. /*
  447. * Define if your compiler has std::hash_map/hash_set
  448. */
  449. #undef HAVE_STD_HASH_MAP
  450. /*
  451. * Define if your compiler has __gnu_cxx::hash_map/hash_set
  452. */
  453. #undef HAVE_GNU_CXX_HASH_MAP
  454. /*
  455. * Define if your compiler has std::unordered_map
  456. */
  457. #undef HAVE_STD_UNORDERED_MAP
  458. /*
  459. * Define if your compiler has std::unordered_set
  460. */
  461. #undef HAVE_STD_UNORDERED_SET
  462. /*
  463. * Define if your compiler has std::tr1::unordered_map
  464. */
  465. #undef HAVE_TR1_UNORDERED_MAP
  466. /*
  467. * Define if your compiler has std::tr1::unordered_set
  468. */
  469. #undef HAVE_TR1_UNORDERED_SET
  470. /*
  471. * Define if your compiler has <tr1/type_traits>
  472. */
  473. #undef HAVE_TR1_TYPE_TRAITS
  474. /*
  475. * Define if your compiler has <type_traits>
  476. */
  477. #undef HAVE_TYPE_TRAITS
  478. /*
  479. * Define if the compiler supports simple visibility declarations.
  480. */
  481. #undef HAVE_VISIBILITY
  482. /*
  483. * Define if the compiler supports GCC's atomic memory access builtins
  484. */
  485. #undef HAVE_GCC_ATOMIC_BUILTINS
  486. /*
  487. * Define if compiler's visibility support in libstdc++ is broken
  488. */
  489. #undef HAVE_BROKEN_LIBSTDCXX_VISIBILITY
  490. /*
  491. * The built-in regex supports advanced REs in additional to POSIX's basic
  492. * and extended. Your system regex probably won't support this, and in this
  493. * case WX_NO_REGEX_ADVANCED should be defined.
  494. */
  495. #undef WX_NO_REGEX_ADVANCED
  496. /*
  497. * On GNU systems use re_search instead of regexec, since the latter does a
  498. * strlen on the search text affecting the performance of some operations.
  499. */
  500. #undef HAVE_RE_SEARCH
  501. /*
  502. * Use SDL for audio (Unix)
  503. */
  504. #define wxUSE_LIBSDL 0
  505. /*
  506. * Compile sound backends as plugins
  507. */
  508. #define wxUSE_PLUGINS 0
  509. /*
  510. * Use GTK print for printing under GTK+ 2.10+
  511. */
  512. #define wxUSE_GTKPRINT 0
  513. /*
  514. * Use GNOME VFS for MIME types
  515. */
  516. #define wxUSE_LIBGNOMEVFS 0
  517. /*
  518. * Use the Hildon framework
  519. */
  520. #define wxUSE_LIBHILDON 0
  521. /*
  522. * Use the Hildon 2.0 framework
  523. */
  524. #define wxUSE_LIBHILDON2 0
  525. /*
  526. * Use libnotify library.
  527. */
  528. #define wxUSE_LIBNOTIFY 0
  529. /*
  530. * Use libnotify 0.7+ API.
  531. */
  532. #define wxUSE_LIBNOTIFY_0_7 0
  533. /*
  534. * Use libXpm
  535. */
  536. #define wxHAVE_LIB_XPM 0
  537. /*
  538. * Define if you have pthread_cleanup_push/pop()
  539. */
  540. #undef wxHAVE_PTHREAD_CLEANUP
  541. /*
  542. * Define if compiler has __thread keyword.
  543. */
  544. #undef HAVE___THREAD_KEYWORD
  545. /*
  546. * Define if large (64 bit file offsets) files are supported.
  547. */
  548. #undef HAVE_LARGEFILE_SUPPORT
  549. /*
  550. * Use OpenGL
  551. */
  552. #define wxUSE_OPENGL 0
  553. /*
  554. * Use MS HTML Help via libmspack (Unix)
  555. */
  556. #define wxUSE_LIBMSPACK 0
  557. /*
  558. * Matthews garbage collection (used for MrEd?)
  559. */
  560. #define WXGARBAGE_COLLECTION_ON 0
  561. /*
  562. * wxWebKitCtrl
  563. */
  564. #define wxUSE_WEBKIT 0
  565. /*
  566. * Objective-C class name uniquifying
  567. */
  568. #define wxUSE_OBJC_UNIQUIFYING 0
  569. /*
  570. * The const keyword is being introduced more in wxWindows.
  571. * You can use this setting to maintain backward compatibility.
  572. * If 0: will use const wherever possible.
  573. * If 1: will use const only where necessary
  574. * for precompiled headers to work.
  575. * If 2: will be totally backward compatible, but precompiled
  576. * headers may not work and program size will be larger.
  577. */
  578. #define CONST_COMPATIBILITY 0
  579. /*
  580. * use the session manager to detect KDE/GNOME
  581. */
  582. #define wxUSE_DETECT_SM 0
  583. /* define with the name of timezone variable */
  584. #undef WX_TIMEZONE
  585. /* The type of 3rd argument to getsockname() - usually size_t or int */
  586. #undef WX_SOCKLEN_T
  587. /* The type of 5th argument to getsockopt() - usually size_t or int */
  588. #undef SOCKOPTLEN_T
  589. /* The type of statvfs(2) argument */
  590. #undef WX_STATFS_T
  591. /* The signal handler prototype */
  592. #undef wxTYPE_SA_HANDLER
  593. /* gettimeofday() usually takes 2 arguments, but some really old systems might
  594. * have only one, in which case define WX_GETTIMEOFDAY_NO_TZ */
  595. #undef WX_GETTIMEOFDAY_NO_TZ
  596. /* struct tm doesn't always have the tm_gmtoff field, define this if it does */
  597. #undef WX_GMTOFF_IN_TM
  598. /* Define if you have poll(2) function */
  599. #undef HAVE_POLL
  600. /* Define if you have pw_gecos field in struct passwd */
  601. #undef HAVE_PW_GECOS
  602. /* Define if you have __cxa_demangle() in <cxxabi.h> */
  603. #undef HAVE_CXA_DEMANGLE
  604. /* Define if you have dlopen() */
  605. #undef HAVE_DLOPEN
  606. /* Define if you have gettimeofday() */
  607. #undef HAVE_GETTIMEOFDAY
  608. /* Define if fsync() is available */
  609. #undef HAVE_FSYNC
  610. /* Define if round() is available */
  611. #undef HAVE_ROUND
  612. /* Define if you have ftime() */
  613. #undef HAVE_FTIME
  614. /* Define if you have nanosleep() */
  615. #undef HAVE_NANOSLEEP
  616. /* Define if you have sched_yield */
  617. #undef HAVE_SCHED_YIELD
  618. /* Define if you have pthread_mutexattr_t and functions to work with it */
  619. #undef HAVE_PTHREAD_MUTEXATTR_T
  620. /* Define if you have pthread_mutexattr_settype() declaration */
  621. #undef HAVE_PTHREAD_MUTEXATTR_SETTYPE_DECL
  622. /* Define if you have PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP */
  623. #undef HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER
  624. /* Define if you have pthread_cancel */
  625. #undef HAVE_PTHREAD_CANCEL
  626. /* Define if you have pthread_mutex_timedlock */
  627. #undef HAVE_PTHREAD_MUTEX_TIMEDLOCK
  628. /* Define if you have pthread_attr_setstacksize */
  629. #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE
  630. /* Define if you have shl_load() */
  631. #undef HAVE_SHL_LOAD
  632. /* Define if you have snprintf() */
  633. #undef HAVE_SNPRINTF
  634. /* Define if you have snprintf() declaration in the header */
  635. #undef HAVE_SNPRINTF_DECL
  636. /* Define if you have a snprintf() which supports positional arguments
  637. (defined in the unix98 standard) */
  638. #undef HAVE_UNIX98_PRINTF
  639. /* define if you have statfs function */
  640. #undef HAVE_STATFS
  641. /* define if you have statfs prototype */
  642. #undef HAVE_STATFS_DECL
  643. /* define if you have statvfs function */
  644. #undef HAVE_STATVFS
  645. /* Define if you have strtoull() and strtoll() */
  646. #undef HAVE_STRTOULL
  647. /* Define if you have all functions to set thread priority */
  648. #undef HAVE_THREAD_PRIORITY_FUNCTIONS
  649. /* Define if you have vsnprintf() */
  650. #undef HAVE_VSNPRINTF
  651. /* Define if you have vsnprintf() declaration in the header */
  652. #undef HAVE_VSNPRINTF_DECL
  653. /* Define if you have a _broken_ vsnprintf() declaration in the header,
  654. * with 'char*' for the 3rd parameter instead of 'const char*' */
  655. #undef HAVE_BROKEN_VSNPRINTF_DECL
  656. /* Define if you have a _broken_ vsscanf() declaration in the header,
  657. * with 'char*' for the 1st parameter instead of 'const char*' */
  658. #undef HAVE_BROKEN_VSSCANF_DECL
  659. /* Define if you have vsscanf() */
  660. #undef HAVE_VSSCANF
  661. /* Define if you have vsscanf() declaration in the header */
  662. #undef HAVE_VSSCANF_DECL
  663. /* Define if you have usleep() */
  664. #undef HAVE_USLEEP
  665. /* Define if you have wcscasecmp() function */
  666. #undef HAVE_WCSCASECMP
  667. /* Define if you have wcsncasecmp() function */
  668. #undef HAVE_WCSNCASECMP
  669. /* Define if you have wcslen function */
  670. #undef HAVE_WCSLEN
  671. /* Define if you have wcsdup function */
  672. #undef HAVE_WCSDUP
  673. /* Define if you have wcsftime() function */
  674. #undef HAVE_WCSFTIME
  675. /* Define if you have strnlen() function */
  676. #undef HAVE_STRNLEN
  677. /* Define if you have wcsnlen() function */
  678. #undef HAVE_WCSNLEN
  679. /* Define if you have wcstoull() and wcstoll() */
  680. #undef HAVE_WCSTOULL
  681. /* The number of bytes in a wchar_t. */
  682. #undef SIZEOF_WCHAR_T
  683. /* The number of bytes in a int. */
  684. #undef SIZEOF_INT
  685. /* The number of bytes in a pointer. */
  686. #undef SIZEOF_VOID_P
  687. /* The number of bytes in a long. */
  688. #undef SIZEOF_LONG
  689. /* The number of bytes in a long long. */
  690. #undef SIZEOF_LONG_LONG
  691. /* The number of bytes in a short. */
  692. #undef SIZEOF_SHORT
  693. /* The number of bytes in a size_t. */
  694. #undef SIZEOF_SIZE_T
  695. /* Define if size_t on your machine is the same type as unsigned int. */
  696. #undef wxSIZE_T_IS_UINT
  697. /* Define if size_t on your machine is the same type as unsigned long. */
  698. #undef wxSIZE_T_IS_ULONG
  699. /* Define if wchar_t is distinct type in your compiler. */
  700. #undef wxWCHAR_T_IS_REAL_TYPE
  701. /* Define if you have the dlerror function. */
  702. #undef HAVE_DLERROR
  703. /* Define if you have Posix fnctl() function. */
  704. #undef HAVE_FCNTL
  705. /* Define if you have BSD flock() function. */
  706. #undef HAVE_FLOCK
  707. /* Define if you have getaddrinfo function. */
  708. #undef HAVE_GETADDRINFO
  709. /* Define if you have a gethostbyname_r function taking 6 arguments. */
  710. #undef HAVE_FUNC_GETHOSTBYNAME_R_6
  711. /* Define if you have a gethostbyname_r function taking 5 arguments. */
  712. #undef HAVE_FUNC_GETHOSTBYNAME_R_5
  713. /* Define if you have a gethostbyname_r function taking 3 arguments. */
  714. #undef HAVE_FUNC_GETHOSTBYNAME_R_3
  715. /* Define if you only have a gethostbyname function */
  716. #undef HAVE_GETHOSTBYNAME
  717. /* Define if you have the gethostname function. */
  718. #undef HAVE_GETHOSTNAME
  719. /* Define if you have a getservbyname_r function taking 6 arguments. */
  720. #undef HAVE_FUNC_GETSERVBYNAME_R_6
  721. /* Define if you have a getservbyname_r function taking 5 arguments. */
  722. #undef HAVE_FUNC_GETSERVBYNAME_R_5
  723. /* Define if you have a getservbyname_r function taking 4 arguments. */
  724. #undef HAVE_FUNC_GETSERVBYNAME_R_4
  725. /* Define if you only have a getservbyname function */
  726. #undef HAVE_GETSERVBYNAME
  727. /* Define if you have the gmtime_r function. */
  728. #undef HAVE_GMTIME_R
  729. /* Define if you have the inet_addr function. */
  730. #undef HAVE_INET_ADDR
  731. /* Define if you have the inet_aton function. */
  732. #undef HAVE_INET_ATON
  733. /* Define if you have the localtime_r function. */
  734. #undef HAVE_LOCALTIME_R
  735. /* Define if you have the mktemp function. */
  736. #undef HAVE_MKTEMP
  737. /* Define if you have the mkstemp function. */
  738. #undef HAVE_MKSTEMP
  739. /* Define if you have the putenv function. */
  740. #undef HAVE_PUTENV
  741. /* Define if you have the setenv function. */
  742. #undef HAVE_SETENV
  743. /* Define if you have strtok_r function. */
  744. #undef HAVE_STRTOK_R
  745. /* Define if you have thr_setconcurrency function */
  746. #undef HAVE_THR_SETCONCURRENCY
  747. /* Define if you have pthread_setconcurrency function */
  748. #undef HAVE_PTHREAD_SET_CONCURRENCY
  749. /* Define if you have the uname function. */
  750. #undef HAVE_UNAME
  751. /* Define if you have the unsetenv function. */
  752. #undef HAVE_UNSETENV
  753. /* Define if you have the <X11/XKBlib.h> header file. */
  754. #undef HAVE_X11_XKBLIB_H
  755. /* Define if you have the <X11/extensions/xf86vmode.h> header file. */
  756. #undef HAVE_X11_EXTENSIONS_XF86VMODE_H
  757. /* Define if you have the <sched.h> header file. */
  758. #undef HAVE_SCHED_H
  759. /* Define if you have the <unistd.h> header file. */
  760. #undef HAVE_UNISTD_H
  761. /* Define if you have the <fcntl.h> header file. */
  762. #undef HAVE_FCNTL_H
  763. /* Define if you have the <wchar.h> header file. */
  764. #undef HAVE_WCHAR_H
  765. /* Define if you have the <wcstr.h> header file. */
  766. #undef HAVE_WCSTR_H
  767. /* Define if you have <widec.h> (Solaris only) */
  768. #undef HAVE_WIDEC_H
  769. /* Define if you have the <iconv.h> header file and iconv() symbol. */
  770. #undef HAVE_ICONV
  771. /* Define as "const" if the declaration of iconv() needs const. */
  772. #undef ICONV_CONST
  773. /* Define if you have the <langinfo.h> header file. */
  774. #undef HAVE_LANGINFO_H
  775. /* Define if you have the <w32api.h> header file (mingw,cygwin). */
  776. #undef HAVE_W32API_H
  777. /* Define if you have the <sys/soundcard.h> header file. */
  778. #undef HAVE_SYS_SOUNDCARD_H
  779. /* Define if you have wcsrtombs() function */
  780. #undef HAVE_WCSRTOMBS
  781. /* Define this if you have putws() */
  782. #undef HAVE_PUTWS
  783. /* Define this if you have fputws() */
  784. #undef HAVE_FPUTWS
  785. /* Define this if you have wprintf() and related functions */
  786. #undef HAVE_WPRINTF
  787. /* Define this if you have vswprintf() and related functions */
  788. #undef HAVE_VSWPRINTF
  789. /* Define this if you have _vsnwprintf */
  790. #undef HAVE__VSNWPRINTF
  791. /* vswscanf() */
  792. #undef HAVE_VSWSCANF
  793. /* Define if fseeko and ftello are available. */
  794. #undef HAVE_FSEEKO
  795. /* Define this if you are using gtk and gdk contains support for X11R6 XIM */
  796. #undef HAVE_XIM
  797. /* Define this if you have X11/extensions/shape.h */
  798. #undef HAVE_XSHAPE
  799. /* Define this if you have type SPBCDATA */
  800. #undef HAVE_SPBCDATA
  801. /* Define if you have pango_font_family_is_monospace() (Pango >= 1.3.3) */
  802. #undef HAVE_PANGO_FONT_FAMILY_IS_MONOSPACE
  803. /* Define if you have Pango xft support */
  804. #undef HAVE_PANGO_XFT
  805. /* Define if you have the <sys/select.h> header file. */
  806. #undef HAVE_SYS_SELECT_H
  807. /* Define if you have abi::__forced_unwind in your <cxxabi.h>. */
  808. #undef HAVE_ABI_FORCEDUNWIND
  809. /* Define if fdopen is available. */
  810. #undef HAVE_FDOPEN
  811. /* Define if sysconf is available. */
  812. #undef HAVE_SYSCONF
  813. /* Define if getpwuid_r is available. */
  814. #undef HAVE_GETPWUID_R
  815. /* Define if getgrgid_r is available. */
  816. #undef HAVE_GETGRGID_R
  817. /* Define if setpriority() is available. */
  818. #undef HAVE_SETPRIORITY
  819. /* Define if locale_t is available */
  820. #undef HAVE_LOCALE_T
  821. /* Define if you have inotify_xxx() functions. */
  822. #undef wxHAS_INOTIFY
  823. /* Define if you have kqueu_xxx() functions. */
  824. #undef wxHAS_KQUEUE
  825. /* -------------------------------------------------------------------------
  826. Win32 adjustments section
  827. ------------------------------------------------------------------------- */
  828. #ifdef __WIN32__
  829. /* When using an external jpeg library and the Windows headers already define
  830. * boolean, define to the type used by the jpeg library for boolean. */
  831. #undef wxHACK_BOOLEAN
  832. /* Define if the header pbt.h is missing. */
  833. #undef NEED_PBT_H
  834. #endif /* __WIN32__ */
  835. /* --------------------------------------------------------*
  836. * This stuff is static, it doesn't get modified directly
  837. * by configure.
  838. */
  839. /*
  840. define some constants identifying wxWindows version in more details than
  841. just the version number
  842. */
  843. /* wxLogChain class available */
  844. #define wxHAS_LOG_CHAIN
  845. /* define this when wxDC::Blit() respects SetDeviceOrigin() in wxGTK */
  846. #undef wxHAS_WORKING_GTK_DC_BLIT
  847. #endif /* __WX_SETUP_H__ */