diff options
author | reid <unknown> | 1998-11-17 01:25:00 +0000 |
---|---|---|
committer | reid <unknown> | 1998-11-17 01:25:00 +0000 |
commit | 1e19a3838d83166b379e64381bf774d543f0b08e (patch) | |
tree | 381da57775e9e0ac382c1b088c84a238c52b9ce0 /acconfig.h | |
parent | dbf71170c5a24389293e15a06f2606b23207c0fd (diff) | |
download | haskell-1e19a3838d83166b379e64381bf774d543f0b08e.tar.gz |
[project @ 1998-11-17 01:24:58 by reid]
Added tests required by Hugs
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index fb03bfafce..a3f01168ab 100644 --- a/acconfig.h +++ b/acconfig.h @@ -36,12 +36,24 @@ /* Define if time.h or sys/time.h define the altzone variable */ #undef HAVE_ALTZONE +/* Define if you have /bin/sh */ +#define HAVE_BIN_SH 0 + +/* Define if you have the GetModuleFileName function. */ +#define HAVE_GETMODULEFILENAME 0 + /* 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 compiler supports prototypes. */ +#define HAVE_PROTOTYPES 0 + +/* Define if you have the WinExec function. */ +#define HAVE_WINEXEC 0 + /* Define if C Symbols have a leading underscore added by the compiler */ #undef LEADING_UNDERSCORE @@ -51,6 +63,11 @@ /* Define to the type of the timezone variable (usually long or time_t) */ #undef TYPE_TIMEZONE +/* Define if signal handlers have type void (*)(int) + * (Otherwise, they're assumed to have type int (*)(void).) + */ +#define VOID_INT_SIGNALS 0 + /* Leave that blank line there!! Autoheader needs it. If you're adding to this file, keep in mind: |