mirror of https://github.com/postgres/postgres.git
Add #define HAVE_MEMMOVE for systems that do have it.
parent
7b58bb0088
commit
925ea01ed6
|
|
@ -103,6 +103,7 @@
|
||||||
# define USE_LIMITS_H
|
# define USE_LIMITS_H
|
||||||
# define USE_POSIX_TIME
|
# define USE_POSIX_TIME
|
||||||
# define NEED_CBRT
|
# define NEED_CBRT
|
||||||
|
# define HAVE_MEMMOVE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(bsdi)
|
#if defined(bsdi)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue