aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
Diffstat (limited to 'src/s')
-rw-r--r--src/s/sol2-5.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/s/sol2-5.h b/src/s/sol2-5.h
index e45849da40..6e2a1b7736 100644
--- a/src/s/sol2-5.h
+++ b/src/s/sol2-5.h
@@ -25,15 +25,3 @@
We can optimize this later. */
#undef USE_MMAP_FOR_BUFFERS
-
-/* Newer versions of Solaris have bcopy etc. as functions, with
- prototypes in strings.h. They lose if the defines from usg5-4.h
- are visible, which happens when X headers are included. */
-#ifdef HAVE_BCOPY
-#undef bcopy
-#undef bzero
-#undef bcmp
-#ifndef NOT_C_CODE
-#include <strings.h>
-#endif
-#endif