X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.h.in;h=2f1789c1c045eaf75544f78eed3d44e39ad3282b;hb=7bd8a0491055e7ca5709109400459556e870250a;hp=91e53740bd122370ca5b471b96acdbff9030082d;hpb=a7d8f43718b167689c0a4a4c23b33a325e0239f1;p=ghc-hetmet.git diff --git a/mk/config.h.in b/mk/config.h.in index 91e5374..2f1789c 100644 --- a/mk/config.h.in +++ b/mk/config.h.in @@ -429,9 +429,6 @@ /* 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 @@ -582,9 +579,6 @@ /* 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).) */ @@ -1110,3 +1104,6 @@ /* 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