aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/bc
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1996-11-04 04:36:31 +0000
committerSteve Price <steve@FreeBSD.org>1996-11-04 04:36:31 +0000
commitf542f7ff84f8deeba6b8f336eab86db285a44604 (patch)
tree6564ded1bc33a639d4f029536799a6aa77472941 /gnu/usr.bin/bc
parent485f6985a78343b4363a6c9f08cccbad71c4037e (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/bc')
-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 275a759578e6e..dd3782d602d89 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. */