gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5972 - GNUnet/src/setup


From: gnunet
Subject: [GNUnet-SVN] r5972 - GNUnet/src/setup
Date: Wed, 19 Dec 2007 14:37:01 -0700 (MST)

Author: durner
Date: 2007-12-19 14:37:01 -0700 (Wed, 19 Dec 2007)
New Revision: 5972

Modified:
   GNUnet/src/setup/gnunet-setup.c
Log:
remove workaround

Modified: GNUnet/src/setup/gnunet-setup.c
===================================================================
--- GNUnet/src/setup/gnunet-setup.c     2007-12-19 19:27:40 UTC (rev 5971)
+++ GNUnet/src/setup/gnunet-setup.c     2007-12-19 21:37:01 UTC (rev 5972)
@@ -162,20 +162,6 @@
 {
   ConfigurationPluginMain mptr;
   struct GNUNET_PluginHandle *library;
-/*
-#ifdef MINGW
-  if (strcmp (module, "setup_qt") == 0)
-    {
-      char sz[1000];
-      int i;
-
-      plibc_conv_to_win_path ("/bin/gnunetsetup_qt ", sz);
-      for (i = 1; i < argc; i++)
-        strncat (sz, argv[i], 1000);
-      return system (sz) != -1 ? GNUNET_YES : GNUNET_NO;
-    }
-#endif
-*/
   library = GNUNET_plugin_load (ectx, "libgnunet", module);
   if (!library)
     return GNUNET_SYSERR;





reply via email to

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