Check for `_setsid'
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1245 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		@@ -71,6 +71,10 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#include "protos.h"
 | 
					#include "protos.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#if !defined(HAVE_SETSID) && defined(HAVE__SETSID)
 | 
				
			||||||
 | 
					#define setsid _setsid
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifndef HAVE_PUTENV
 | 
					#ifndef HAVE_PUTENV
 | 
				
			||||||
int putenv(const char *string);
 | 
					int putenv(const char *string);
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -71,6 +71,10 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#include "protos.h"
 | 
					#include "protos.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#if !defined(HAVE_SETSID) && defined(HAVE__SETSID)
 | 
				
			||||||
 | 
					#define setsid _setsid
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifndef HAVE_PUTENV
 | 
					#ifndef HAVE_PUTENV
 | 
				
			||||||
int putenv(const char *string);
 | 
					int putenv(const char *string);
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user