mirror of
https://github.com/emikulic/darkhttpd.git
synced 2023-08-10 21:13:08 +03:00
[ darkhttpd-1.2 release ]
This commit is contained in:
parent
666d9b3355
commit
2ca3cef4a3
@ -3,7 +3,7 @@
|
||||
#
|
||||
|
||||
CC?=cc
|
||||
CFLAGS?=-pipe -O2
|
||||
CFLAGS?=-O
|
||||
|
||||
TARGETS = bsd linux solaris
|
||||
.PHONY: all $(TARGETS)
|
||||
|
@ -16,7 +16,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
static const char pkgname[] = "darkhttpd/1.1";
|
||||
static const char pkgname[] = "darkhttpd/1.2";
|
||||
static const char copyright[] = "copyright (c) 2003, 2004 Emil Mikulic";
|
||||
static const char rcsid[] =
|
||||
"$Id$";
|
||||
@ -25,7 +25,7 @@ static const char rcsid[] =
|
||||
#define NDEBUG
|
||||
static const int debug = 0;
|
||||
#else
|
||||
static const int debug = 0;
|
||||
static const int debug = 1;
|
||||
#endif
|
||||
|
||||
#ifdef __linux
|
||||
|
Loading…
Reference in New Issue
Block a user