/* config.h for Norcroft RISC OS ARM C vsn 5.54 [04 Apr 2003] */

/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
#undef HAVE_DOPRNT

/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H

/* Define to 1 if you have the `isatty' function. */
#undef HAVE_ISATTY

/* Define to 1 if you have the `m' library (-lm). */
#undef HAVE_LIBM

/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H

/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H

/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H

/* Define to 1 if you have the <strings.h> header file. */
#define HAVE_STRINGS_H

/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H

/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H

/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H

/* Define to 1 if you have the `tmpfile' function. */
#define HAVE_TMPFILE

/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H

/* Define to 1 if you have the `unlink' function. */
#undef HAVE_UNLINK

/* Define to 1 if you have the `vprintf' function. */
#define HAVE_VPRINTF

/* Name of package */
#define PACKAGE "bsp"

/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT ""

/* Define to the full name of this package. */
#define PACKAGE_NAME "bsp"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "bsp 5.3"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "bsp"

/* Define to the version of this package. */
#define PACKAGE_VERSION "5.3"

/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS

/* Define to the version of this package. */
#define VERSION "5.3"

/* Define if using the dmalloc debugging malloc package */
#undef WITH_DMALLOC

/* Define to 1 if your processor stores words with the most significant byte
   first (like Motorola and SPARC, unlike Intel and VAX). */
#undef WORDS_BIGENDIAN

/* The shared C library outputs |H instead of backspace. It's not easy to
   work around because using vprintf to a temporary buffer seems to prevent
   translation of linefeeds into LF + CR (although this secondary problem
   isn't always evident, depending on the output destination). */
#define NO_BACKSPACE

/* Define to empty if `const' does not conform to ANSI C. */
#undef const

/* There are nasty bugs relating to inline functions. */
#define inline

/* Define to `unsigned' if <sys/types.h> does not define. */
#undef size_t

#define __attribute__(x)

#define RISCOS
