aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-10-20 20:58:14 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-10-20 20:58:14 +0000
commit2217b1ccd8f8b25f8af69b199a2d447322bf1a4c (patch)
tree1c44681b526bf4afa4154dde2d8cb4495cb671af /src
parent331bb53b0fe5ef31a4d8ab6736b85ec12552e0f2 (diff)
downloadpostgresql-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.h4
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)