[commit: packages/base] master: Remove obsolete `include/Nhc98BaseConfig.h` (8e1a231)

git at git.haskell.org git at git.haskell.org
Sat Sep 28 13:10:52 CEST 2013


Repository : ssh://git@git.haskell.org/base

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/8e1a2310257b32b9d3a70b6872c58fc73dee1dcc/base

>---------------------------------------------------------------

commit 8e1a2310257b32b9d3a70b6872c58fc73dee1dcc
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sat Sep 28 12:48:49 2013 +0200

    Remove obsolete `include/Nhc98BaseConfig.h`
    
    This is a left-over from f231a01d2217d31
    
    Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>


>---------------------------------------------------------------

8e1a2310257b32b9d3a70b6872c58fc73dee1dcc
 include/Nhc98BaseConfig.h |   46 ---------------------------------------------
 1 file changed, 46 deletions(-)

diff --git a/include/Nhc98BaseConfig.h b/include/Nhc98BaseConfig.h
deleted file mode 100644
index aabc973..0000000
--- a/include/Nhc98BaseConfig.h
+++ /dev/null
@@ -1,46 +0,0 @@
-/* -----------------------------------------------------------------------------
- * (c) Malcolm Wallace 2009
- * ---------------------------------------------------------------------------*/
-
-/* Until we work out how to use a configure script to determine the available
-   system headers (without going down the horrid autoconf route), let's just
-   take a reasonable hard-coded guess for now.  Feel free to change these
-   for your platform.
- */
-#define HAVE_SYS_TYPES_H	1
-#define HAVE_UNISTD_H		1
-#define HAVE_SYS_STAT_H		1
-#define HAVE_FCNTL_H		1
-#define HAVE_TERMIOS_H		1
-#define HAVE_SIGNAL_H		1
-#define HAVE_ERRNO_H		1
-#define HAVE_STRING_H		1
-#define HAVE_UTIME_H		1
-#define HAVE_SYS_UTSNAME_H	1
-#define HAVE_GETTIMEOFDAY	1
-#define HAVE_SYS_TIME_H		1
-#define HAVE_GETCLOCK		0
-#define HAVE_CLOCK_GETTIME      1
-#define HAVE_SYS_TIMERS_H	0
-#define HAVE_TIME_H		1
-#define HAVE_SYS_TIMEB_H	1
-#define HAVE_WINDOWS_H		0
-#define HAVE_SYS_TIMES_H	1
-#define HAVE_WINSOCK_H		0
-#define HAVE_LIMITS_H		1
-#define HAVE_WCTYPE_H		1
-#define HAVE_INTTYPES_H		1
-// #define HAVE_STDINT_H		1
-#define HAVE_SYS_RESOURCE_H	1
-#define HAVE_GETRUSAGE		1
-#define HAVE_SYS_SYSCALL_H	1
-#define HAVE_SYS_WAIT_H		1
-#define HAVE_VFORK_H		0
-#define HAVE_SYS_SELECT_H	1
-#define HAVE_FTRUNCATE		1
-
-#undef SUPPORT_LONG_LONGS
-#define CONST_O_BINARY		0
-#define READDIR_ERRNO_EOF	0
-
-#define INLINE	/* to avoid inlining... */




More information about the ghc-commits mailing list