Remove Unixware and openserver support

This commit is contained in:
chase
2018-05-19 19:50:35 -05:00
committed by Jon Trulson
parent beea573d17
commit 07900bd93b
375 changed files with 725 additions and 9112 deletions

View File

@@ -85,18 +85,6 @@
#define sigmask(m) (1 << (( m-1)))
#endif
/***************************************************************************
*
* External variable declarations
*
***************************************************************************/
#if defined(USL)
extern int makepttypair ();
#endif
/***************************************************************************
*
* Local procedure declarations
@@ -182,15 +170,6 @@ main( int argc, char **argv )
if ( (progName = malloc(strlen(argv[0]) + 1)) != NULL )
strcpy(progName, argv[0]);
#if defined(USL)
/* create master slave pair for use in login */
if (makepttypair () < 0)
{
Debug ("Could not create pty for use in login");
exit (1);
}
#endif
/*
* Step 1 - load configuration parameters