about summary refs log tree commit diff
path: root/Src/params.c
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2009-01-15 14:49:50 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2009-01-15 14:49:50 +0000
commit45bee14fec248d79a345ef970ad4933540d50dac (patch)
tree75fcdc9b1e9a2516c2e5aff534f64409e1719bf1 /Src/params.c
parent3af9307d1428a20718e8a0ace3242c5d2dd0a43b (diff)
downloadzsh-45bee14fec248d79a345ef970ad4933540d50dac.tar.gz
zsh-45bee14fec248d79a345ef970ad4933540d50dac.tar.xz
zsh-45bee14fec248d79a345ef970ad4933540d50dac.zip
26313: --enable-custom-patchlevel
unposted: WARN_CREATE_GLOBAL in tcp_log
Diffstat (limited to 'Src/params.c')
-rw-r--r--Src/params.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Src/params.c b/Src/params.c
index 89ab76bbf..28dff3684 100644
--- a/Src/params.c
+++ b/Src/params.c
@@ -31,7 +31,11 @@
 #include "params.pro"
 
 #include "version.h"
+#ifdef CUSTOM_PATCHLEVEL
+#define ZSH_PATCHLEVEL	CUSTOM_PATCHLEVEL
+#else
 #include "patchlevel.h"
+#endif
 
 /* what level of localness we are at */