aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-10-20 20:40:17 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-10-20 20:40:17 +0000
commit925ea01ed6ff21938b1fc6b904c5214e7705f118 (patch)
tree21b44f3e5fe7ebbef87a2aec501d9a0f4d67e360 /src
parent7b58bb00886bb9006cc03e4e202dce207df962cb (diff)
downloadpostgresql-925ea01ed6ff21938b1fc6b904c5214e7705f118.tar.gz
postgresql-925ea01ed6ff21938b1fc6b904c5214e7705f118.zip
Add #define HAVE_MEMMOVE for systems that do have it.
Diffstat (limited to 'src')
-rw-r--r--src/include/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/config.h b/src/include/config.h
index 8b5960cb8ea..347985d0c6b 100644
--- a/src/include/config.h
+++ b/src/include/config.h
@@ -103,6 +103,7 @@
# define USE_LIMITS_H
# define USE_POSIX_TIME
# define NEED_CBRT
+# define HAVE_MEMMOVE
#endif
#if defined(bsdi)