[project @ 2003-05-23 14:31:45 by stolz]
[ghc-hetmet.git] / mk / config.h.in
index e484858..aa1964d 100644 (file)
 /* Define to Haskell type for ptrdiff_t */
 #undef HTYPE_PTRDIFF_T
 
+/* Define to Haskell type for rlim_t */
+#undef HTYPE_RLIM_T
+
 /* Define to Haskell type for short */
 #undef HTYPE_SHORT
 
 /* Define if you have the `popen' function. */
 #undef HAVE_POPEN
 
+/* Define if you have the `setenv' function. */
+#undef HAVE_SETENV
+
+/* Define if you have the `unsetenv' function. */
+#undef HAVE_UNSETENV
+
 /* Define if you have the <pthread.h> header file. */
 #undef HAVE_PTHREAD_H