mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Remove HAVE_LOGIN_CAP now that the internal locking mechanism was removed, due
to OpenBSD patchset 347.
This commit is contained in:
		
							
								
								
									
										6
									
								
								configure
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								configure
									
									
									
									
										vendored
									
									
								
							@@ -1,5 +1,5 @@
 | 
			
		||||
#!/bin/sh
 | 
			
		||||
# $Id: configure,v 1.39 2009-09-22 19:20:08 nicm Exp $
 | 
			
		||||
# $Id: configure,v 1.40 2009-09-23 15:05:03 tcunha Exp $
 | 
			
		||||
 | 
			
		||||
TMUX_PLATFORM=${TMUX_PLATFORM:-`uname -s`}
 | 
			
		||||
 | 
			
		||||
@@ -22,7 +22,6 @@ cat <<EOF >>$CONFIG_H
 | 
			
		||||
#undef HAVE_GETOPT
 | 
			
		||||
#undef HAVE_IMSG
 | 
			
		||||
#undef HAVE_LIBUTIL_H
 | 
			
		||||
#undef HAVE_LOGIN_CAP
 | 
			
		||||
#undef HAVE_PATHS_H
 | 
			
		||||
#undef HAVE_POLL
 | 
			
		||||
#undef HAVE_PROGNAME
 | 
			
		||||
@@ -51,7 +50,6 @@ case $TMUX_PLATFORM in
 | 
			
		||||
#define HAVE_FGETLN
 | 
			
		||||
#define HAVE_FORKPTY
 | 
			
		||||
#define HAVE_GETOPT
 | 
			
		||||
#define HAVE_LOGIN_CAP
 | 
			
		||||
#define HAVE_PATHS_H
 | 
			
		||||
#define HAVE_POLL
 | 
			
		||||
#define HAVE_PROGNAME
 | 
			
		||||
@@ -196,7 +194,6 @@ EOF
 | 
			
		||||
#define HAVE_FORKPTY
 | 
			
		||||
#define HAVE_GETOPT
 | 
			
		||||
#define HAVE_LIBUTIL_H
 | 
			
		||||
#define HAVE_LOGIN_CAP
 | 
			
		||||
#define HAVE_PATHS_H
 | 
			
		||||
#define HAVE_POLL
 | 
			
		||||
#define HAVE_PROGNAME
 | 
			
		||||
@@ -227,7 +224,6 @@ EOF
 | 
			
		||||
#define HAVE_FGETLN
 | 
			
		||||
#define HAVE_FORKPTY
 | 
			
		||||
#define HAVE_GETOPT
 | 
			
		||||
#define HAVE_LOGIN_CAP
 | 
			
		||||
#define HAVE_PATHS_H
 | 
			
		||||
#define HAVE_POLL
 | 
			
		||||
#define HAVE_PROGNAME
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user