X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.h.in;h=bdc48225416b1e305c3e56c1793ce4944b0261a9;hb=b37527ece0ca5366fec5b9bebce99fa3e7d2ed2b;hp=f993d5461cef755a5dbf5ae4b0149b51b2d6f275;hpb=38f89fbe99659e6d63937b37bd87a3edd8aba687;p=ghc-hetmet.git diff --git a/mk/config.h.in b/mk/config.h.in index f993d54..bdc4822 100644 --- a/mk/config.h.in +++ b/mk/config.h.in @@ -18,6 +18,9 @@ /* Define if using alloca.c. */ #undef C_ALLOCA +/* Define if text section appear before data section in exec. */ +#undef CODE_BEFORE_DATA + /* Define to empty if the keyword does not work. */ #undef const @@ -25,6 +28,12 @@ This function is required for alloca.c support on those systems. */ #undef CRAY_STACKSEG_END +/* Define to decl that terminates data section. */ +#undef DATA_SECTION_END_MARKER_DECL + +/* Define to section that terminates data section. */ +#undef DATA_SECTION_END_MARKER + /* Define if you have alloca, as a function or macro. */ #undef HAVE_ALLOCA @@ -171,6 +180,9 @@ /* Define if you have the header file. */ #undef HAVE_MEMORY_H +/* Define if you have the header file. */ +#undef HAVE_NETINET_TCP_H + /* Define if you have the header file. */ #undef HAVE_NLIST_H @@ -269,3 +281,10 @@ /* Define if you have the iberty library (-liberty). */ #undef HAVE_LIBIBERTY + +/* Define to decl that terminates text section. */ +#undef TEXT_SECTION_END_MARKER_DECL + +/* Define to symbol that terminates text section. */ +#undef TEXT_SECTION_END_MARKER +