[project @ 1998-03-03 04:45:06 by reid]
[ghc-hetmet.git] / configure.in
index 97acf32..15e350a 100644 (file)
@@ -451,6 +451,16 @@ dnl do we have altzone?
 AC_ALTZONE
 
 #
+dnl do we have the GNU libc?
+AC_GNU_LIBC
+
+#
+dnl define uint, ulong and ullong if not already defined
+AC_CHECK_TYPE(uint,unsigned int)
+AC_CHECK_TYPE(ulong,unsigned long)
+AC_CHECK_TYPE(ullong,unsigned long long)
+
+#
 dnl ** check for specific library functions that we are interested in
 #
 AC_CHECK_FUNCS(access ftime getclock getpagesize getrusage gettimeofday mktime mprotect setitimer stat sysconf timelocal times vadvise vfork)