diff options
author | op | 2022-08-06 17:11:36 +0000 |
---|---|---|
committer | Wolfgang Müller | 2023-10-12 12:08:43 +0200 |
commit | 0917ae22bc82c991d38a66222846c31ee0d6692d (patch) | |
tree | 7eaaf4b66e493aa8acc43cadf20d99fe8567343c /Makefile | |
parent | 0be49518a018ea21d92535f2813c70419e16bbfa (diff) | |
download | slowcgi-0917ae22bc82c991d38a66222846c31ee0d6692d.tar.gz |
add a -t flag to change the request timeout
original diff from Alfred Morgan (alfred [at] 54 dot org)
ok florian@ and manpage tweaks by me.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ PROG = slowcgi -OBJS = slowcgi.o getdtablecount.o strlcpy.o +OBJS = slowcgi.o getdtablecount.o strlcpy.o strtonum.o LIBS = libevent PREFIX ?= /usr/local |