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
|
CC?=cc
|
||||||
CFLAGS?=-pipe -O2
|
CFLAGS?=-O
|
||||||
|
|
||||||
TARGETS = bsd linux solaris
|
TARGETS = bsd linux solaris
|
||||||
.PHONY: all $(TARGETS)
|
.PHONY: all $(TARGETS)
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* 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 copyright[] = "copyright (c) 2003, 2004 Emil Mikulic";
|
||||||
static const char rcsid[] =
|
static const char rcsid[] =
|
||||||
"$Id$";
|
"$Id$";
|
||||||
@ -25,7 +25,7 @@ static const char rcsid[] =
|
|||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
static const int debug = 0;
|
static const int debug = 0;
|
||||||
#else
|
#else
|
||||||
static const int debug = 0;
|
static const int debug = 1;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __linux
|
#ifdef __linux
|
||||||
|
Loading…
Reference in New Issue
Block a user