diff options
Diffstat (limited to 'custom.h')
-rw-r--r-- | custom.h | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -7,11 +7,11 @@ * information. * * If you make additions to this file for your system, please send me - * the information, to arnold@gnu.ai.mit.edu. + * the information, to arnold@gnu.org. */ /* - * Copyright (C) 1995-1997 the Free Software Foundation, Inc. + * Copyright (C) 1995-1999 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. @@ -57,3 +57,10 @@ #ifdef _SEQUENT_ #undef HAVE_MMAP #endif + +/* For BeOS, from mc@whoever.com */ +#if defined(__dest_os) && __dest_os == __be_os +#define BROKEN_STRNCASECMP +#define ELIDE_CODE +#include <alloca.h> +#endif |