changeset 48083:1ff808bd5f94

Don't include strings.h. (bcopy, bzero, bcmp) [HAVE_BCOPY]: Don't undef.
author Dave Love <fx@gnu.org>
date Wed, 30 Oct 2002 18:58:46 +0000
parents 3bbdce4d2437
children 7853f9048269
files src/s/sol2-5.h
diffstat 1 files changed, 0 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/sol2-5.h	Wed Oct 30 18:57:59 2002 +0000
+++ b/src/s/sol2-5.h	Wed Oct 30 18:58:46 2002 +0000
@@ -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