gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r4680 - GNUnet/src/include
Date: Thu, 22 Mar 2007 14:05:29 -0600 (MDT)

Author: durner
Date: 2007-03-22 14:05:29 -0600 (Thu, 22 Mar 2007)
New Revision: 4680

Modified:
   GNUnet/src/include/gnunet_util.h
   GNUnet/src/include/plibc.h
Log:
update

Modified: GNUnet/src/include/gnunet_util.h
===================================================================
--- GNUnet/src/include/gnunet_util.h    2007-03-22 19:45:10 UTC (rev 4679)
+++ GNUnet/src/include/gnunet_util.h    2007-03-22 20:05:29 UTC (rev 4680)
@@ -45,6 +45,7 @@
    but "stdlib.h" should be portable 'enough' to be
    unconditionally available... */
 #include <stdlib.h>
+#include <plibc.h>
 
 /* add prototypes of sublibraries */
 #include "gnunet_util_error.h"

Modified: GNUnet/src/include/plibc.h
===================================================================
--- GNUnet/src/include/plibc.h  2007-03-22 19:45:10 UTC (rev 4679)
+++ GNUnet/src/include/plibc.h  2007-03-22 20:05:29 UTC (rev 4680)
@@ -1,6 +1,6 @@
 /*
      This file is part of PlibC.
-     (C) 2005, 2006 Nils Durner (and other contributing authors)
+     (C) 2005, 2006, 2007 Nils Durner (and other contributing authors)
 
           This library is free software; you can redistribute it and/or
           modify it under the terms of the GNU Lesser General Public
@@ -22,7 +22,7 @@
  * @brief PlibC header
  * @attention This file is usually not installed under Unix,
  *            so ship it with your application
- * @version $Revision: 1.35 $
+ * @version $Revision: 1.37 $
  */
 
 #ifndef _PLIBC_H_
@@ -36,6 +36,10 @@
 extern "C" {
 #endif
 
+#ifdef Q_OS_WIN32
+ #define WINDOWS 1
+#endif
+
 #ifdef WINDOWS
 
 #if ENABLE_NLS
@@ -432,6 +436,8 @@
 #ifndef WINDOWS
  #define DIR_SEPARATOR '/'
  #define DIR_SEPARATOR_STR "/"
+ #define PATH_SEPARATOR ';'
+ #define PATH_SEPARATOR_STR ";"
  #define NEWLINE "\n"
 
 #ifdef ENABLE_NLS
@@ -501,6 +507,8 @@
 #else
  #define DIR_SEPARATOR '\\'
  #define DIR_SEPARATOR_STR "\\"
+ #define PATH_SEPARATOR ':'
+ #define PATH_SEPARATOR_STR ":"
  #define NEWLINE "\r\n"
 
 #ifdef ENABLE_NLS





reply via email to

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