Make default HAVE_MEMMOVE defined, undef inside of definitions for sparc
This commit is contained in:
parent
331bb53b0f
commit
2217b1ccd8
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user