summaryrefslogtreecommitdiff
path: root/src/gnu/regex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnu/regex.c')
-rw-r--r--src/gnu/regex.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gnu/regex.c b/src/gnu/regex.c
index 5f52deb0..a9318ba9 100644
--- a/src/gnu/regex.c
+++ b/src/gnu/regex.c
@@ -19,6 +19,10 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
+/* CCTK: Added by Tom Goodale on 15 Feb 2000 */
+#define REGEX_MALLOC
+/* CCTK: End of addition. */
+
/* AIX requires this to be the first thing in the file. */
#if defined _AIX && !defined REGEX_MALLOC
#pragma alloca
@@ -27,6 +31,10 @@
#undef _GNU_SOURCE
#define _GNU_SOURCE
+/* CCTK: Added by Tom Goodale on 15 Feb 2000 */
+#include "cctk_Config.h"
+/* CCTK: End of addition. */
+
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif