Get rid of bogus #ifdef's.
This commit is contained in:
parent
1f59c1c95a
commit
b23818e962
@ -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. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user