#ifndef _CONFIG_H
#define _CONFIG_H

/* Define to build regex suitable for RISC OS module RegEx */
#define _RISCOS

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

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

/* Define if you want to use malloc() instead of alloca() */
#define REGEX_MALLOC 1

/* Define to include debug functionality */
/* #define DEBUG 1 */

#endif /* _CONFIG_H */
