]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/setup.h
Implemented Chuck Messenger's naming and simplification improvements,
[wxWidgets.git] / include / wx / mac / setup.h
index bdbcba2aff28fd7680a7e2deeb95781041f80aa1..f4e14e5cb71786bd3d9f16bda4000e6b671e7470 100644 (file)
@@ -1,8 +1,8 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        setup.h
 // Purpose:     Configuration for the library
-// Author:      AUTHOR
-// Modified by:
+// Author:      Stefan Csomor
+// Modified by: Stefan Csomor
 // Created:     ??/??/98
 // RCS-ID:      $Id$
 // Copyright:   (c) AUTHOR
@@ -84,6 +84,8 @@
                                     // Define 1 to compile listbox
 
 #define wxUSE_SPINBTN 1
+
+#define wxUSE_NOTEBOOK 1
                                     // Define 1 to compile spin button
 
 // use wxStaticLine class (separator line in the dialog)?
                                   // if enabled, compiles built-in OS independent wxConfig
                                   // class and it's file (any platform) and registry (Win)
                                   // based implementations
-#define wxUSE_THREADS       0
+#define wxUSE_THREADS       1
                                   // support for multithreaded applications: if
                                   // 1, compile in thread classes (thread.h)
                                   // and make the library thread safe
 // use wxTextFile class: requires wxFile, required by wxConfig
 #define wxUSE_TEXTFILE            1
 
-// i18n support: _() macro, wxLocale class. Requires wxFile
+// i18n support: _() macro, wxLocale class. Requires wxTextFile.
 #define wxUSE_INTL                1
 
 // wxLogXXX functions - highly recommended