[project @ 2002-12-12 13:21:46 by ross]
[ghc-hetmet.git] / acconfig.h
index 49fc3ad..a8ddb7d 100644 (file)
 /* 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
 
 /* 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
 
 /* 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