mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Define FNM_CASEFOLD to 0 for AIX, from Eric N Vander Weele.
This commit is contained in:
		
							
								
								
									
										5
									
								
								compat.h
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								compat.h
									
									
									
									
									
								
							@@ -21,6 +21,7 @@
 | 
			
		||||
#include <sys/ioctl.h>
 | 
			
		||||
#include <sys/uio.h>
 | 
			
		||||
 | 
			
		||||
#include <fnmatch.h>
 | 
			
		||||
#include <limits.h>
 | 
			
		||||
#include <stdio.h>
 | 
			
		||||
#include <termios.h>
 | 
			
		||||
@@ -169,6 +170,10 @@ void	warnx(const char *, ...);
 | 
			
		||||
#define O_DIRECTORY 0
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#ifndef FNM_CASEFOLD
 | 
			
		||||
#define FNM_CASEFOLD 0
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#ifndef INFTIM
 | 
			
		||||
#define INFTIM -1
 | 
			
		||||
#endif
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user