libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit a837c7b77938762ec8e15c48a99ba10ba03b1fc3
parent 5e1b980a962c8b83e1981c615e163f37251d345f
Author: Heikki Lindholm <holin@iki.fi>
Date:   Fri, 20 Feb 2009 10:38:56 +0000

fix brokenness (compiler -DFOO defines a value of 1 to FOO)


Diffstat:
Msrc/include/platform.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/platform.h b/src/include/platform.h @@ -55,7 +55,7 @@ #include <signal.h> #undef HAVE_CONFIG_H #include <pthread.h> -#define HAVE_CONFIG_H +#define HAVE_CONFIG_H 1 /* different OSes have fd_set in a broad range of header files;