mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	From: "Brian E. Gallew" <geek+@cmu.edu>
Define USE_POSIX_TIME for dgux port
This commit is contained in:
		@@ -1,5 +1,6 @@
 | 
				
			|||||||
#define LINUX_ELF
 | 
					#define LINUX_ELF
 | 
				
			||||||
#define USE_POSIX_SIGNALS
 | 
					#define USE_POSIX_SIGNALS
 | 
				
			||||||
 | 
					#define USE_POSIX_TIME
 | 
				
			||||||
#ifndef         BYTE_ORDER
 | 
					#ifndef         BYTE_ORDER
 | 
				
			||||||
# define         BYTE_ORDER      BIG_ENDIAN
 | 
					# define         BYTE_ORDER      BIG_ENDIAN
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user