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 | ||||
| #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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user