# HG changeset patch # User Eli Zaretskii # Date 1099918910 0 # Node ID 9d4e23982c26ebac0eb05231381bf16f931696e6 # Parent 65d3c6f2616242bde2e8d00f6ae0ed9e901294a0 (HAVE_BZERO): Define for GCC v3.x and later. diff -r 65d3c6f26162 -r 9d4e23982c26 msdos/sed2v2.inp --- a/msdos/sed2v2.inp Mon Nov 08 12:19:14 2004 +0000 +++ b/msdos/sed2v2.inp Mon Nov 08 13:01:50 2004 +0000 @@ -84,6 +84,14 @@ #else\ #undef HAVE_STDINT_H\ #endif +# GCC 3.x has a built-in bzero, which conflicts with the define at +# the end of config.in +/^#undef HAVE_BZERO/c\ +#if __GNUC__ >= 3\ +#define HAVE_BZERO 1\ +#else\ +#undef HAVE_BZERO\ +#endif # Comment out any remaining undef directives, because some of them # might be defined in sys/config.h we include at the top of config.h.