summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config/Project.tmpl3
-rw-r--r--src/config/ultrix.cf1
2 files changed, 4 insertions, 0 deletions
diff --git a/src/config/Project.tmpl b/src/config/Project.tmpl
index 9ef9cfb4f..da7d05dbc 100644
--- a/src/config/Project.tmpl
+++ b/src/config/Project.tmpl
@@ -154,6 +154,9 @@
#ifndef HasStrerror
#define HasStrerror NO
#endif
+#ifndef HasMemmove
+#define HasMemmove NO
+#endif
/* Hack around sun cpp bug */
diff --git a/src/config/ultrix.cf b/src/config/ultrix.cf
index f7c069f4f..f407443df 100644
--- a/src/config/ultrix.cf
+++ b/src/config/ultrix.cf
@@ -30,6 +30,7 @@
#define Bitsize32
#define HasVfprintf YES
#define HasStrerror YES
+#define HasMemmove YES
/* #define StandardCppDefines -DPOSIX -D_POSIX_SOURCE */
/* Saber bug doesn't allow deref through const *'s */