Add AC_SYS_LARGEFILE defines to dix-config.h
Without this, AC_SYS_LARGEFILE doesn't actually have any effect. Signed-off-by: Michel Dänzer <michel@daenzer.net> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
		
							parent
							
								
									0409b6e6d6
								
							
						
					
					
						commit
						4962c8c088
					
				| 
						 | 
				
			
			@ -391,9 +391,15 @@
 | 
			
		|||
/* Vendor name */
 | 
			
		||||
#undef XVENDORNAME
 | 
			
		||||
 | 
			
		||||
/* Number of bits in a file offset, on hosts where this is settable. */
 | 
			
		||||
#undef _FILE_OFFSET_BITS
 | 
			
		||||
 | 
			
		||||
/* Enable GNU and other extensions to the C environment for GLIBC */
 | 
			
		||||
#undef _GNU_SOURCE
 | 
			
		||||
 | 
			
		||||
/* Define for large files, on AIX-style hosts. */
 | 
			
		||||
#undef _LARGE_FILES
 | 
			
		||||
 | 
			
		||||
/* Define to empty if `const' does not conform to ANSI C. */
 | 
			
		||||
#undef const
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue