More W32 resolver workarounds
[oweals/gnunet.git] / src / include / gnunet_constants.h
index fda99ed67e5e59fa37751a1a6443696111d45cb6..b8a049cb9b0c70c540237d826661158be2eb40a2 100644 (file)
@@ -35,7 +35,10 @@ extern "C"
 #endif
 #endif
 
-#include "gnunet_bandwidth_lib.h"
+/**
+ * Last resort choice for configuration file name.
+ */
+#define GNUNET_DEFAULT_USER_CONFIG_FILE "~/.config/gnunet.conf"
 
 /**
  * Bandwidth (in/out) to assume initially (before either peer has
@@ -121,7 +124,7 @@ extern "C"
 
 /**
  * Largest block that can be stored in the DHT.
- */ 
+ */
 #define GNUNET_CONSTANTS_MAX_BLOCK_SIZE (62 * 1024)