diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-10-20 20:58:14 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-10-20 20:58:14 +0000 |
commit | 2217b1ccd8f8b25f8af69b199a2d447322bf1a4c (patch) | |
tree | 1c44681b526bf4afa4154dde2d8cb4495cb671af /src | |
parent | 331bb53b0fe5ef31a4d8ab6736b85ec12552e0f2 (diff) | |
download | postgresql-2217b1ccd8f8b25f8af69b199a2d447322bf1a4c.tar.gz postgresql-2217b1ccd8f8b25f8af69b199a2d447322bf1a4c.zip |
Make default HAVE_MEMMOVE defined, undef inside of definitions for sparc
Diffstat (limited to 'src')
-rw-r--r-- | src/include/config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/config.h b/src/include/config.h index 347985d0c6b..a6e21d2a977 100644 --- a/src/include/config.h +++ b/src/include/config.h @@ -13,6 +13,8 @@ #define MAXPATHLEN 80 #endif +#define HAVE_MEMMOVE + #if defined(sequent) # define NEED_UNION_SEMUN #endif @@ -62,6 +64,7 @@ #if defined(sparc) # define USE_POSIX_TIME +# undef HAVE_MEMMOVE #endif #if defined(sparc_solaris) @@ -103,7 +106,6 @@ # define USE_LIMITS_H # define USE_POSIX_TIME # define NEED_CBRT -# define HAVE_MEMMOVE #endif #if defined(bsdi) |