about summary refs log tree commit diff
path: root/Src/zsh.h
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-04-17 10:23:45 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-04-17 10:23:45 +0000
commit78ce07b49f08964eaa08d68eb8f6a5595bbcfbc6 (patch)
tree3691862ef272257a5ecaa16d1d11db815cbf12c4 /Src/zsh.h
parent35cedab2187d9472792656d0c46fc5acca1f1558 (diff)
downloadzsh-78ce07b49f08964eaa08d68eb8f6a5595bbcfbc6.tar.gz
zsh-78ce07b49f08964eaa08d68eb8f6a5595bbcfbc6.tar.xz
zsh-78ce07b49f08964eaa08d68eb8f6a5595bbcfbc6.zip
24818: add HIST_FCNTL_LOCK.
unposted: update NEWS with new features
Diffstat (limited to 'Src/zsh.h')
-rw-r--r--Src/zsh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/zsh.h b/Src/zsh.h
index 2b8646cb1..67e4c0c31 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -1749,6 +1749,7 @@ enum {
     HISTALLOWCLOBBER,
     HISTBEEP,
     HISTEXPIREDUPSFIRST,
+    HISTFCNTLLOCK,
     HISTFINDNODUPS,
     HISTIGNOREALLDUPS,
     HISTIGNOREDUPS,