gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r3486 - GNUnet/src/include


From: grothoff
Subject: [GNUnet-SVN] r3486 - GNUnet/src/include
Date: Fri, 13 Oct 2006 05:51:51 -0700 (PDT)

Author: grothoff
Date: 2006-10-13 05:51:49 -0700 (Fri, 13 Oct 2006)
New Revision: 3486

Modified:
   GNUnet/src/include/platform.h
Log:
fix

Modified: GNUnet/src/include/platform.h
===================================================================
--- GNUnet/src/include/platform.h       2006-10-13 03:30:11 UTC (rev 3485)
+++ GNUnet/src/include/platform.h       2006-10-13 12:51:49 UTC (rev 3486)
@@ -103,24 +103,14 @@
 #include <sys/param.h>
 #endif
 #if TIME_WITH_SYS_TIME
- #include <sys/time.h>
- #include <time.h>
+#include <sys/time.h>
+#include <time.h>
 #else
- #if HAVE_SYS_TIME_H
-  #include <sys/time.h>
- #else
-  #include <time.h>
- #endif
+#if HAVE_SYS_TIME_H
+#include <sys/time.h>
+#else
+#include <time.h>
 #endif
-
-/* if we have both openssl & libgcrypt, stick
-   to openssl for now (who has the obscure
-   libgcrypt CVS version that works for us!?...) */
-#if USE_OPENSSL
- #if USE_GCRYPT
-  #undef USE_GCRYPT
-  #define USE_GCRYPT 0
- #endif
 #endif
 
 #ifdef SOMEBSD





reply via email to

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