projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
331bb53
)
Make default HAVE_MEMMOVE defined, undef inside of definitions for sparc
author
Marc G. Fournier
Sun, 20 Oct 1996 20:58:14 +0000
(20:58 +0000)
committer
Marc G. Fournier
Sun, 20 Oct 1996 20:58:14 +0000
(20:58 +0000)
src/include/config.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/config.h
b/src/include/config.h
index 347985d0c6b7e2d84a52f81f36ff6ca72f958d3f..a6e21d2a97711aaf8f564a16698983397e9f6f28 100644
(file)
--- 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)