[project @ 1998-11-21 14:35:00 by sof]
[ghc-hetmet.git] / mk / config.h.in
index 50f2472..bdc4822 100644 (file)
@@ -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
 
    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
 
 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
 #undef HAVE_ALLOCA_H
 
+/* Define if your struct stat has st_blksize.  */
+#undef HAVE_ST_BLKSIZE
+
 /* Define if your struct tm has tm_zone.  */
 #undef HAVE_TM_ZONE
 
    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
 #undef WORDS_BIGENDIAN
 
-/* Define if time.h or sys/time.h define the altzone variable */
-#undef HAVE_ALTZONE
-
-/* Define to the type of the timezone variable (usually long or time_t) */
-#undef TYPE_TIMEZONE
-
 /* Define to alignment constraint on doubles or on unsigned int - whichever is the greater */
 #undef ALIGNMENT_DOUBLE
 
 /* Define to alignment constraint on unsigned int - whichever is the greater */
 #undef ALIGNMENT_UNSIGNED_INT
 
+/* 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 to the type of the timezone variable (usually long or time_t) */
+#undef TYPE_TIMEZONE
+
 /* The number of bytes in a double.  */
 #undef SIZEOF_DOUBLE
 
 /* Define if you have the <memory.h> header file.  */
 #undef HAVE_MEMORY_H
 
+/* Define if you have the <netinet/tcp.h> header file.  */
+#undef HAVE_NETINET_TCP_H
+
 /* Define if you have the <nlist.h> header file.  */
 #undef HAVE_NLIST_H
 
 
 /* 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
+