mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 00:32:10 -04:00
Make default HAVE_MEMMOVE defined, undef inside of definitions for sparc
This commit is contained in:
parent
331bb53b0f
commit
2217b1ccd8
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Reference in a new issue