[project @ 1998-10-08 15:04:17 by simonm]
[ghc-hetmet.git] / acconfig.h
index 0a00122..fb03bfa 100644 (file)
 /* Define to alignment constraint on unsigned int - whichever is the greater */
 #undef ALIGNMENT_UNSIGNED_INT
 
-/* Define if we're have GNU libc. */
-#undef _GNU_SOURCE
+/* 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 if time.h or sys/time.h define the altzone variable */
 #undef HAVE_ALTZONE
 
+/* Define if C compiler supports long long types */
+#undef HAVE_LONG_LONG
+
+/* Define if fcntl.h defines O_BINARY */
+#undef HAVE_O_BINARY
+
 /* 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 the type of the timezone variable (usually long or time_t) */
 #undef TYPE_TIMEZONE