diff options
author | Omar Polo <op@omarpolo.com> | 2021-02-07 12:05:32 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-02-07 12:05:32 +0000 |
commit | a709ddf5eb71e90a66cfd02bdaa9116c7f7ec3d6 (patch) | |
tree | ade6ebea924b8fe32bfe9d0fff964fe4a64e2db7 /lex.l | |
parent | cfb8a77fd4e7addd5486d68419bb44fd80b63e3b (diff) |
added prefork option
Diffstat (limited to 'lex.l')
-rw-r--r-- | lex.l | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -60,6 +60,7 @@ type return TTYPE; chroot return TCHROOT; user return TUSER; server return TSERVER; +prefork return TPREFORK; location return TLOCATION; cert return TCERT; |