summaryrefslogtreecommitdiff
path: root/security/amap/files/patch-amap.h
diff options
context:
space:
mode:
Diffstat (limited to 'security/amap/files/patch-amap.h')
-rw-r--r--security/amap/files/patch-amap.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/security/amap/files/patch-amap.h b/security/amap/files/patch-amap.h
deleted file mode 100644
index 8b65eff2c244..000000000000
--- a/security/amap/files/patch-amap.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- amap.h.orig Tue Feb 1 20:07:14 2005
-+++ amap.h Sun Feb 13 14:28:05 2005
-@@ -33,7 +33,7 @@
- #endif
- #endif
-
--#define AMAP_APPDEF_PATH AMAP_PREFIX"/etc"
-+#define AMAP_APPDEF_PATH AMAP_PREFIX"/share/amap"
- #define AMAP_BUFSIZE 1024 // standard buffer size
- #define AMAP_BUFSIZE_BIG 65536 // big standard buffer size
- #define AMAP_REGEX_OPTIONS ( PCRE_MULTILINE | PCRE_CASELESS | PCRE_DOTALL )