X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=mk%2Fconfig.h.in;h=86c0613ac7e2b689fbee6a9015f2b937dc80ffba;hb=f5b98196d524126a125efb9ab097801f05c4be48;hp=5b023ebe41c1e8fa298919caf08b9c77fddb4071;hpb=7db602a0d8f840362c455650cbddc1ecc04ec43d;p=ghc-hetmet.git diff --git a/mk/config.h.in b/mk/config.h.in index 5b023eb..86c0613 100644 --- a/mk/config.h.in +++ b/mk/config.h.in @@ -66,16 +66,25 @@ byte first (like Motorola and SPARC, unlike Intel and VAX). */ #undef WORDS_BIGENDIAN -/* Define to alignment constraint on doubles or on unsigned int - whichever is the greater */ +/* Define to alignment constraint on characters */ +#undef ALIGNMENT_CHAR + +/* Define to alignment constraint on ints */ +#undef ALIGNMENT_INT + +/* Define to alignment constraint on void pointers */ +#undef ALIGNMENT_VOID_P + +/* Define to alignment constraint on doubles */ #undef ALIGNMENT_DOUBLE -/* Define to alignment constraint on floats or on unsigned int - whichever is the greater */ +/* Define to alignment constraint on floats */ #undef ALIGNMENT_FLOAT -/* Define to alignment constraint on doubles or on unsigned int - whichever is the greater */ +/* Define to alignment constraint on doubles */ #undef ALIGNMENT_LONG -/* Define to alignment constraint on unsigned int - whichever is the greater */ +/* Define to alignment constraint on unsigned int */ #undef ALIGNMENT_UNSIGNED_INT /* Define if code lives before data in memory */ @@ -134,6 +143,12 @@ */ #define VOID_INT_SIGNALS 0 +/* The number of bytes in a char. */ +#undef SIZEOF_CHAR + +/* The number of bytes in a int. */ +#undef SIZEOF_INT + /* The number of bytes in a double. */ #undef SIZEOF_DOUBLE