gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r8272 - libmicrohttpd/src/include


From: gnunet
Subject: [GNUnet-SVN] r8272 - libmicrohttpd/src/include
Date: Fri, 20 Feb 2009 03:38:56 -0700

Author: holindho
Date: 2009-02-20 03:38:56 -0700 (Fri, 20 Feb 2009)
New Revision: 8272

Modified:
   libmicrohttpd/src/include/platform.h
Log:
fix brokenness (compiler -DFOO defines a value of 1 to FOO)


Modified: libmicrohttpd/src/include/platform.h
===================================================================
--- libmicrohttpd/src/include/platform.h        2009-02-20 10:35:43 UTC (rev 
8271)
+++ libmicrohttpd/src/include/platform.h        2009-02-20 10:38:56 UTC (rev 
8272)
@@ -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;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]