From 471ee64c235260aac229c8893dd276adcd4621af Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Tue, 11 Feb 1997 19:46:57 +0100
Subject: [PATCH] Added

Rev: src/modules/Regexp/acconfig.h:1.1
---
 .gitattributes                |  1 +
 src/modules/Regexp/acconfig.h | 15 +++++++++++++++
 2 files changed, 16 insertions(+)
 create mode 100644 src/modules/Regexp/acconfig.h

diff --git a/.gitattributes b/.gitattributes
index 9fcdbed783..85d04707ae 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -43,6 +43,7 @@ testfont binary
 /src/modules/Mysql/precompiled_mysql.h foreign_ident
 /src/modules/Mysql/result.c foreign_ident
 /src/modules/Pipe/pipe.c foreign_ident
+/src/modules/Regexp/acconfig.h foreign_ident
 /src/modules/Ssleay/ssleay.c foreign_ident
 /src/modules/_Crypto/cbc.c foreign_ident
 /src/modules/_Crypto/crypto.c foreign_ident
diff --git a/src/modules/Regexp/acconfig.h b/src/modules/Regexp/acconfig.h
new file mode 100644
index 0000000000..ca161b94a5
--- /dev/null
+++ b/src/modules/Regexp/acconfig.h
@@ -0,0 +1,15 @@
+/*
+ * $Id: acconfig.h,v 1.1 1997/02/11 18:46:57 grubba Exp $
+ */
+
+#ifndef PIKE_MODULES_REGEXP_H
+#define PIKE_MODULES_REGEXP_H
+
+@TOP@
+
+/* Define if you want to use the systems regexp's */
+#undef USE_SYSTEM_REGEXP
+
+@BOTTOM@
+
+#endif /* PIKE_MODULES_REGEXP_H */
-- 
GitLab