Work around clash between Solaris headers and module loader headers over
definition of FILE.
This commit is contained in:
		
							parent
							
								
									07bd7df6a6
								
							
						
					
					
						commit
						dcfb97204b
					
				| 
						 | 
					@ -707,6 +707,10 @@ typedef int xf86jmp_buf[1024];
 | 
				
			||||||
#undef FILENAME_MAX
 | 
					#undef FILENAME_MAX
 | 
				
			||||||
#define FILENAME_MAX		1024
 | 
					#define FILENAME_MAX		1024
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#if (defined(sun) && defined(__SVR4)) 
 | 
				
			||||||
 | 
					# define _FILEDEFED /* Already have FILE defined, don't redefine it */
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#endif /* XFree86LOADER  && !DONT_DEFINE_WRAPPERS */
 | 
					#endif /* XFree86LOADER  && !DONT_DEFINE_WRAPPERS */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if defined(XFree86LOADER) && \
 | 
					#if defined(XFree86LOADER) && \
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue