diff options
| author | Marc G. Fournier <scrappy@hub.org> | 1997-01-24 18:00:48 +0000 |
|---|---|---|
| committer | Marc G. Fournier <scrappy@hub.org> | 1997-01-24 18:00:48 +0000 |
| commit | 3ffd5694ddb484ab2907d43b8b3896ecd9f0320a (patch) | |
| tree | bee6608917b5ab5cb46448933a6146fec21e0102 /src/include/config.h | |
| parent | cfe18a8e3f24014334f4bfe5bb8583f6baaeb13b (diff) | |
Replace occurances of USE_{LIMITS,VALUES}_H with HAVE_* in preparation
for switch over to configure
Diffstat (limited to 'src/include/config.h')
| -rw-r--r-- | src/include/config.h | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/src/include/config.h b/src/include/config.h index 67a40a95f40..4ad148373e2 100644 --- a/src/include/config.h +++ b/src/include/config.h @@ -8,10 +8,7 @@ #define BLCKSZ 8192 -#if !defined(nextstep) -#define USE_VALUES_H -#endif - +#define HAVE_VALUES_H #define HAVE_MEMMOVE #define HAVE_TERMIOS_H @@ -41,7 +38,7 @@ #endif #if defined(BSD44_derived) -# define USE_LIMITS_H +# define HAVE_LIMITS_H # define USE_POSIX_TIME # define NEED_CBRT # define NEED_I386_TAS_ASM @@ -62,7 +59,7 @@ # if defined(PRE_BSDI_2_1) # define NEED_UNION_SEMUN # endif -# define USE_LIMITS_H +# define HAVE_LIMITS_H # define USE_POSIX_TIME # define NEED_CBRT # define HAS_TEST_AND_SET @@ -88,7 +85,7 @@ #endif #if defined(i386_solaris) -# define USE_LIMITS_H +# define HAVE_LIMITS_H # define USE_POSIX_TIME # define USE_POSIX_SIGNALS # define NEED_ISINF @@ -131,6 +128,7 @@ #endif #if defined(nextstep) +# undef HAVE_VALUES_H # include <sys/ioctl.h> # if defined(__STRICT_ANSI__) # define isascii(c) ((unsigned)(c)<=0177) @@ -148,7 +146,7 @@ # define NEED_SIG_JMP # endif -# define USE_LIMITS_H +# define HAVE_LIMITS_H # define JMP_BUF # define NO_WAITPID typedef struct mutex slock_t; @@ -159,7 +157,7 @@ #endif #if defined(sparc_solaris) -# define USE_LIMITS_H +# define HAVE_LIMITS_H # define USE_POSIX_TIME # define USE_POSIX_SIGNALS # define NEED_ISINF |
