[w3m-dev 03471] Re: SETPGRP()
* configure: SETPGRP() always defined * proto.h (close_all_fds): added (myExec): #ifdef HAVE_SETPGRP * etc.c (close_all_fds): added (myExec): #ifdef HAVE_SETPGRP (mySystem): #ifndef -> #ifdef * file.c (_doFileCopy): delete #ifdef HAVE_SETPGRP (doFileSave): ditto * image.c (openImgdisplay): delete #ifdef HAVE_SETPGRP use close_all_fds() * search.c (open_migemo): ditto From: Fumitoshi UKAI <ukai@debian.or.jp>
This commit is contained in:
		
							
								
								
									
										3
									
								
								configure
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								configure
									
									
									
									
										vendored
									
									
								
							@@ -1,5 +1,5 @@
 | 
			
		||||
#!/bin/sh
 | 
			
		||||
# $Id: configure,v 1.88 2002/11/21 16:31:35 ukai Exp $
 | 
			
		||||
# $Id: configure,v 1.89 2002/11/24 16:02:22 ukai Exp $
 | 
			
		||||
#	Configuration.
 | 
			
		||||
#
 | 
			
		||||
 | 
			
		||||
@@ -2008,6 +2008,7 @@ EOF
 | 
			
		||||
    def_setpgrp='#define SETPGRP() setpgrp( 0, 0 )'
 | 
			
		||||
  else
 | 
			
		||||
    def_have_setpgrp=''
 | 
			
		||||
    def_setpgrp='#define SETPGRP() /* no setpgrp() */'
 | 
			
		||||
  fi
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user