summaryrefslogtreecommitdiff
path: root/binutils/bucomm.h
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/bucomm.h')
-rw-r--r--binutils/bucomm.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/binutils/bucomm.h b/binutils/bucomm.h
index 863964611c..df89ea5b00 100644
--- a/binutils/bucomm.h
+++ b/binutils/bucomm.h
@@ -72,21 +72,21 @@ extern char *strrchr ();
#endif
#endif
-#ifdef NEED_DECLARATION_STRSTR
+#if !HAVE_DECL_STRSTR
extern char *strstr ();
#endif
#ifdef HAVE_SBRK
-#ifdef NEED_DECLARATION_SBRK
+#if !HAVE_DECL_SBRK
extern char *sbrk ();
#endif
#endif
-#ifdef NEED_DECLARATION_GETENV
+#if !HAVE_DECL_GETENV
extern char *getenv ();
#endif
-#ifdef NEED_DECLARATION_ENVIRON
+#if !HAVE_DECL_ENVIRON
extern char **environ;
#endif