mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-31 00:03:57 -04:00 
			
		
		
		
	#include "postgres.h" exists in most .c files in system, so adding
#include "config.h" here will (should?) ensure that any platform dependencies defined in config.h should be reflected in all .c files...
This commit is contained in:
		
							parent
							
								
									5a8820efcd
								
							
						
					
					
						commit
						eadf5dc754
					
				| @ -6,7 +6,7 @@ | |||||||
|  * |  * | ||||||
|  * Copyright (c) 1995, Regents of the University of California |  * Copyright (c) 1995, Regents of the University of California | ||||||
|  * |  * | ||||||
|  * $Id: postgres.h,v 1.1.1.1 1996/07/09 06:21:28 scrappy Exp $ |  * $Id: postgres.h,v 1.2 1996/08/27 22:00:21 scrappy Exp $ | ||||||
|  * |  * | ||||||
|  *------------------------------------------------------------------------- |  *------------------------------------------------------------------------- | ||||||
|  */ |  */ | ||||||
| @ -36,6 +36,7 @@ | |||||||
| #ifndef POSTGRES_H | #ifndef POSTGRES_H | ||||||
| #define POSTGRES_H | #define POSTGRES_H | ||||||
| 
 | 
 | ||||||
|  | #include "config.h" | ||||||
| #include "c.h" | #include "c.h" | ||||||
| 
 | 
 | ||||||
| /* ----------------------------------------------------------------
 | /* ----------------------------------------------------------------
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user