--- src/gnug++/std.h.orig 2002-03-27 12:32:57.000000000 +0100 +++ src/gnug++/std.h @@ -19,7 +19,7 @@ Foundation, 59 Temple Place - Suite 330, #ifndef _std_h #define _std_h 1 -#include <_G_config.h> +#include #include #include #include @@ -28,8 +28,10 @@ Foundation, 59 Temple Place - Suite 330, #include #include +#ifndef HAVE_STRINGS_H extern "C" { -int strcasecmp _G_ARGS((const char*, const char*)); +int strcasecmp __P((const char*, const char*)); } +#endif #endif