[project @ 2003-08-18 12:46:20 by panne]
[ghc-hetmet.git] / mk / config.h.in
index 91e5374..5217035 100644 (file)
 /* The value of EXDEV.  */
 #undef CCONST_EXDEV
 
-/* Define if time.h or sys/time.h define the altzone variable */
-#undef HAVE_ALTZONE
+/* Define to 1 if you have the declaration of `altzone', and to 0 if you
+   don't. */
+#undef HAVE_DECL_ALTZONE
 
 /* Define if you have /bin/sh */
 #undef HAVE_BIN_SH
 /* Define if you have the sigpoll() function */
 #undef HAVE_SIGPOLL
 
-/* Define if time.h or sys/time.h define the timezone variable */
-#undef HAVE_TIMEZONE
-
 /* Define if you support the production (and use) of Win32 DLLs. */
 #undef HAVE_WIN32_DLL_SUPPORT
 
 /* Define if C Symbols have a leading underscore added by the compiler */
 #undef LEADING_UNDERSCORE
 
-/* Define to the type of the timezone variable (usually long or time_t) */
-#undef TYPE_TIMEZONE
-
 /* Define if signal handlers have type void (*)(int)
  * (Otherwise, they're assumed to have type int (*)(void).)
  */
 
 /* Define to empty if `const' does not conform to ANSI C. */
 #undef const
+
+/* Define if we want to use Apple's OpenGL for the Quartz Display System on Mac OS X (instead of X11) */   
+#undef USE_QUARTZ_OPENGL