-LRN: unlinux some linux-only stuff
authorChristian Grothoff <christian@grothoff.org>
Mon, 2 Jul 2012 23:16:15 +0000 (23:16 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 2 Jul 2012 23:16:15 +0000 (23:16 +0000)
src/Makefile.am
src/include/gnunet_strings_lib.h

index 1aa952a671d147f9958e6f20e917000beaa85cbb..32a0af68f3db88d416e0bf2b16d452f54b755427 100644 (file)
@@ -10,6 +10,9 @@ if LINUX
 # All of these currently only work on GNU/Linux
  LINUX_DIR = dns exit vpn gns pt
 endif
+if MINGW
+ MINGW_DIR = dns vpn gns
+endif
 
 if HAVE_MYSQL
  MYSQL_DIR = mysql
@@ -53,5 +56,6 @@ SUBDIRS = \
   mesh \
   lockmanager \
   $(LINUX_DIR) \
+  $(MINGW_DIR) \
   integration-tests \
   $(EXP_DIR) 
index a0d261d495b9537e207622f8479696018ecc96b5..b4ae27c321bae248fc08ad887ead932198622d03 100644 (file)
@@ -214,8 +214,7 @@ GNUNET_STRINGS_buffer_tokenize (const char *buffer, size_t size,
 
 
 /**
- * "man ctime_r", except for GNUnet time; also, unlike ctime, the
- * return value does not include the newline character.
+ * "asctime", except for GNUnet time.
  *
  * @param t the absolute time to convert
  * @return timestamp in human-readable form