]> Pileus Git - ~andy/gtk/blobdiff - config.h.win32
Add new keysyms from X11R6.4 (including EuroSign).
[~andy/gtk] / config.h.win32
index 6bfa081383c8a6e057ee29a16d254ad932db4255..a4483282bbbf71867f2b7374d1b6180d4279cf8f 100755 (executable)
@@ -1,4 +1,4 @@
-/* config.h.win32.  Handcrafted for Microsoft C */
+/* config.h.win32.  Handcrafted for Microsoft C and gcc -mno-cygwin */
 
 #if ! (defined(_MSC_VER) || defined(__GNUC__))
 #error Unrecognized Win32 compiler, edit config.h.win32 by hand
 #define STDC_HEADERS 1
 
 /* Other stuff */
-/* #undef ENABLE_NLS */
+#define ENABLE_NLS 1
 #define GTK_COMPILED_WITH_DEBUGGING "minimum"
 
 /* #undef HAVE_CATGETS */
 /* #undef HAVE_DIRENT_H */
-/* #undef HAVE_GETTEXT */
+#define HAVE_GETTEXT 1
 /* #undef HAVE_IPC_H */
 /* #undef HAVE_LC_MESSAGES */
 /* #undef HAVE_PWD_H */
 /* #undef HAVE_LIBI */
 
 /* Define if you have the intl library (-lintl).  */
-/* #undef HAVE_LIBINTL */
+#define HAVE_LIBINTL 1
 
 /* define if compiled symbols have a leading underscore */
 /* #undef WITH_SYMBOL_UNDERSCORE */
+
+/* Define if you have the Wintab programmer's kit */
+#define HAVE_WINTAB 1
+
+/* Define if you have the <dimm.h> header file
+ * (available in the Platform SDK)
+*/
+#ifdef _MSC_VER
+#define HAVE_DIMM_H 1
+#endif