X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.h.in;h=e169f691e8537784cbf749b31e57a34128b679f1;hb=33939049908879995854acac39c3c85e250d1f9a;hp=e2a88cc20c4f15feebafb2ddea7cb357c99b884f;hpb=c399df70adc01df586e0bd8fa6e2880fdc643791;p=ghc-hetmet.git diff --git a/mk/config.h.in b/mk/config.h.in index e2a88cc..e169f69 100644 --- a/mk/config.h.in +++ b/mk/config.h.in @@ -6,6 +6,9 @@ /* Define as the return type of signal handlers (int or void). */ #undef RETSIGTYPE +/* Define as the type of timezone. */ +#undef TYPE_TIMEZONE + /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS @@ -183,3 +186,35 @@ /* Define if you have extern char *tzname[2]. */ #undef HAVE_TZNAME +/* Define this if your time.h defines altzone */ +#undef HAVE_ALTZONE + +/* sizeof(unsigned int) */ +#undef SIZEOF_UNSIGNED_INT + +/* sizeof(long) */ +#undef SIZEOF_LONG + +/* sizeof(void *) */ +#undef SIZEOF_VOID_P + +/* sizeof(float) */ +#undef SIZEOF_FLOAT + +/* sizeof(double) */ +#undef SIZEOF_DOUBLE + +/* minimum alignment of unsigned int */ +#undef ALIGNMENT_UNSIGNED_INT + +/* minimum alignment of long */ +#undef ALIGNMENT_LONG + +/* minimum alignment of float */ +#undef ALIGNMENT_FLOAT + +/* minimum alignment of double */ +#undef ALIGNMENT_DOUBLE + +/* need a leading underscore? */ +#undef LEADING_UNDERSCORE