mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-28 11:55:03 +03:00 
			
		
		
		
	Make default HAVE_MEMMOVE defined, undef inside of definitions for sparc
This commit is contained in:
		| @@ -13,6 +13,8 @@ | |||||||
| #define MAXPATHLEN      80 | #define MAXPATHLEN      80 | ||||||
| #endif | #endif | ||||||
|  |  | ||||||
|  | #define HAVE_MEMMOVE | ||||||
|  |  | ||||||
| #if defined(sequent)  | #if defined(sequent)  | ||||||
| #  define NEED_UNION_SEMUN  | #  define NEED_UNION_SEMUN  | ||||||
| #endif | #endif | ||||||
| @@ -62,6 +64,7 @@ | |||||||
|  |  | ||||||
| #if defined(sparc) | #if defined(sparc) | ||||||
| #  define USE_POSIX_TIME | #  define USE_POSIX_TIME | ||||||
|  | #  undef HAVE_MEMMOVE | ||||||
| #endif | #endif | ||||||
|  |  | ||||||
| #if defined(sparc_solaris) | #if defined(sparc_solaris) | ||||||
| @@ -103,7 +106,6 @@ | |||||||
| #  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) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user