Get rid of bogus #ifdef's.

This commit is contained in:
steve 1996-11-04 04:36:31 +00:00
parent 1f59c1c95a
commit b23818e962

View File

@ -38,14 +38,8 @@
#endif
/* Include the standard library header files. */
#ifndef NO_UNISTD
#include <unistd.h>
#endif
#ifndef NO_STDLIB
#ifdef __STDC__
#include <stdlib.h>
#endif
#endif
/* Define the _PROTOTYPE macro if it is needed. */