Commit 2217b1cc authored by Marc G. Fournier's avatar Marc G. Fournier

Make default HAVE_MEMMOVE defined, undef inside of definitions for sparc

parent 331bb53b
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment