]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
Start out with the line numbers not shown.
[wxWidgets.git] / setup.h.in
index 2ceb4a41363364af97debdcf224661a42418b4f6..fa0d1e15699759b1c992602abb9b9419ad95b2a0 100644 (file)
 #undef WINVER
 #endif
 
+/* OS/2 with EMX */
+#undef __OS2__
+
 /* enable native status bar under Win32 */
 #if defined(__WIN95__) && !defined(__WXUNIVERSAL__)
 #define wxUSE_NATIVE_STATUSBAR 1
  * Use libtiff
  */
 #define wxUSE_LIBTIFF 0
+/*
+ * Use SDL for audio (Unix)
+ */
+#define wxUSE_LIBSDL 0
 /*
  * Use iODBC
  */
 #define wxUSE_ODBC 0
+#define wxUSE_BUILTIN_IODBC 0
 #define wxODBC_FWD_ONLY_CURSORS 1
 #define wxODBC_BACKWARD_COMPATABILITY 0
 /*
  * Use this control
  */
 #define wxUSE_NOTEBOOK 0
+#define wxUSE_LISTBOOK 0
 /*
  * Use this control
  */
  */
 #define wxUSE_TEXTFILE 0
 
+#define wxUSE_EXCEPTIONS 0
+
 /*
  * Use log classes and logging functions
  */
 /*
  * Use wave class
  */
-#define wxUSE_WAVE 0
+#define wxUSE_SOUND 0
 /*
  * Use config system
  */
 #define wxUSE_WCHAR_T 0
 
 /*
- * Compile wxWindows in Unicode mode (Win32 only for now)?
+ * Compile wxWindows in Unicode mode?
  */
 #define wxUSE_UNICODE 0
 
  * Use MS HTML Help controller (win32)
  */
 #define wxUSE_MS_HTML_HELP 0
+/*
+ * Use MS HTML Help via libmspack (Unix)
+ */
+#define wxUSE_LIBMSPACK 0
 
 /*
  * Use iostream.h rather than iostream
  */
 #define wxUSE_ZIPSTREAM 0
 
+/*
+ * Use gzip streams, requires wxUSE_ZLIB
+ */
+#define wxUSE_GZSTREAM 0
+
 /*
  * wxPalette class
  */
  */
 #define wxUSE_ICO_CUR 0
 
+/* 
+ * Set to 1 if for dynamically loadable plugins support 
+ */
+#define wxUSE_PLUGINS 0
+
 /*
  * Disable this if your compiler can't cope
  * with omission of prototype parameters.
 /* Define if you have the <X11/XKBlib.h> header file.  */
 #undef HAVE_X11_XKBLIB_H
 
+/* Define if you have the <X11/extensions/xf86vmode.h> header file.  */
+#undef HAVE_X11_EXTENSIONS_XF86VMODE_H
+
 /* Define if you have the fnmatch() function */
 #undef HAVE_FNMATCH
 
 /* Define if you have the <esd.h> header file.  */
 #undef HAVE_ESD_H
 
+/* Define if you have the <sys/soundcard.h> header file. */
+#undef HAVE_SYS_SOUNDCARD_H
+
+/* Define if you have a CD-ROM interface known to mmedia.  */
+#undef HAVE_KNOWN_CDROM_INTERFACE
+
 /* Define if you have wcsrtombs() function */
 #undef HAVE_WCSRTOMBS