summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1996-11-04 04:36:31 +0000
committersteve <steve@FreeBSD.org>1996-11-04 04:36:31 +0000
commit979bb1227dbe6b90013fa5373022cd25ad268c40 (patch)
tree6564ded1bc33a639d4f029536799a6aa77472941 /gnu
parent70ff03393a156ba7278858a8f8cf05a8c83491c9 (diff)
downloadFreeBSD-src-979bb1227dbe6b90013fa5373022cd25ad268c40.zip
FreeBSD-src-979bb1227dbe6b90013fa5373022cd25ad268c40.tar.gz
Get rid of bogus #ifdef's.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/bc/proto.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gnu/usr.bin/bc/proto.h b/gnu/usr.bin/bc/proto.h
index 275a759..dd3782d 100644
--- a/gnu/usr.bin/bc/proto.h
+++ b/gnu/usr.bin/bc/proto.h
@@ -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. */
OpenPOWER on IntegriCloud