summaryrefslogtreecommitdiff
path: root/ext/zip/lib/zipint.h
diff options
context:
space:
mode:
authorGreg Beaver <cellog@php.net>2008-01-13 06:01:59 +0000
committerGreg Beaver <cellog@php.net>2008-01-13 06:01:59 +0000
commitf6c466a7490da30ea0b684239460001d869e3430 (patch)
treee8e316f0c1165b79b68aa72193b354be26ef574a /ext/zip/lib/zipint.h
parent172ea6f32172d22693985990807d8d93aa407f4a (diff)
downloadphp-git-f6c466a7490da30ea0b684239460001d869e3430.tar.gz
MFPECL: alias all zip identifiers to avoid potential name conflicts with other apache libs that may export zip symbols
Diffstat (limited to 'ext/zip/lib/zipint.h')
-rw-r--r--ext/zip/lib/zipint.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/zip/lib/zipint.h b/ext/zip/lib/zipint.h
index 3c2cd1213d..13a3da032e 100644
--- a/ext/zip/lib/zipint.h
+++ b/ext/zip/lib/zipint.h
@@ -39,6 +39,9 @@
#include <zlib.h>
#include "zip.h"
+/* #defines that rename all zip_ functions and structs */
+#include "zipint_alias.h"
+
BEGIN_EXTERN_C()
#ifndef HAVE_FSEEKO
#define fseeko(s, o, w) (fseek((s), (long int)(o), (w)))