Check for `_setsid'

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1245 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-02-17 21:08:24 +00:00
parent b1c16abe85
commit 8ec161d051
2 changed files with 8 additions and 0 deletions

View File

@@ -71,6 +71,10 @@
#include "protos.h"
#if !defined(HAVE_SETSID) && defined(HAVE__SETSID)
#define setsid _setsid
#endif
#ifndef HAVE_PUTENV
int putenv(const char *string);
#endif

View File

@@ -71,6 +71,10 @@
#include "protos.h"
#if !defined(HAVE_SETSID) && defined(HAVE__SETSID)
#define setsid _setsid
#endif
#ifndef HAVE_PUTENV
int putenv(const char *string);
#endif