X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=acconfig.h;h=a8ddb7d0aabda3681e6cc71e7cfd91bfe8cad9f3;hb=dc813469cfae2d6ae2defe44bf014faf3ded2b32;hp=49fc3adf7cf545846168711a24cf5478223abc26;hpb=a9e42c5a1d9afc04b94d9b9ffcab3958b75ef2f5;p=ghc-hetmet.git diff --git a/acconfig.h b/acconfig.h index 49fc3ad..a8ddb7d 100644 --- a/acconfig.h +++ b/acconfig.h @@ -351,12 +351,6 @@ /* Define if code lives before data in memory */ #undef CODE_BEFORE_DATA -/* Define as the symbol which marks the end of the data section */ -#undef DATA_SECTION_END_MARKER - -/* Define as the decl which terminates the data section */ -#undef DATA_SECTION_END_MARKER_DECL - /* Define if time.h or sys/time.h define the altzone variable */ #undef HAVE_ALTZONE @@ -396,6 +390,9 @@ /* Define if RTLD_NOW is available */ #undef HAVE_RTLDNOW +/* Define if usleep returns void */ +#undef USLEEP_RETURNS_VOID + /* Define if C compiler supports long long types */ #undef HAVE_LONG_LONG @@ -570,12 +567,6 @@ /* Define if C Symbols have a leading underscore added by the compiler */ #undef LEADING_UNDERSCORE -/* Define as the symbol which marks the end of the text section */ -#undef TEXT_SECTION_END_MARKER - -/* Define to decl that terminates text section. */ -#undef TEXT_SECTION_END_MARKER_DECL - /* Define to the type of the timezone variable (usually long or time_t) */ #undef TYPE_TIMEZONE