gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r14925 - in gnunet/src: hostlist include


From: gnunet
Subject: [GNUnet-SVN] r14925 - in gnunet/src: hostlist include
Date: Thu, 7 Apr 2011 23:14:52 +0200

Author: durner
Date: 2011-04-07 23:14:52 +0200 (Thu, 07 Apr 2011)
New Revision: 14925

Modified:
   gnunet/src/hostlist/Makefile.am
   gnunet/src/include/gauger.h
Log:
MinGW

Modified: gnunet/src/hostlist/Makefile.am
===================================================================
--- gnunet/src/hostlist/Makefile.am     2011-04-07 21:06:56 UTC (rev 14924)
+++ gnunet/src/hostlist/Makefile.am     2011-04-07 21:14:52 UTC (rev 14925)
@@ -25,7 +25,7 @@
   $(top_builddir)/src/transport/libgnunettransport.la \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(GN_LIBMHD) \
-  @LIBCURL@ \
+  @LIBCURL@ -lcurl \
   $(GN_LIBINTL)
 
 gnunet_daemon_hostlist_CPPFLAGS = \

Modified: gnunet/src/include/gauger.h
===================================================================
--- gnunet/src/include/gauger.h 2011-04-07 21:06:56 UTC (rev 14924)
+++ gnunet/src/include/gauger.h 2011-04-07 21:14:52 UTC (rev 14925)
@@ -11,6 +11,8 @@
 #ifndef __GAUGER_H__
 #define __GAUGER_H__
 
+#ifndef WINDOWS
+
 #include <unistd.h>
 #include <stdio.h>
 #include <sys/wait.h>
@@ -75,4 +77,11 @@
     }\
 }
 
+#else
+
+#define GAUGER_ID(category, counter, value, unit, id) {}
+#define GAUGER(category, counter, value, unit) {}
+
+#endif // WINDOWS
+
 #endif




reply via email to

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