aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_constants.h5
-rw-r--r--src/include/gnunet_os_lib.h5
2 files changed, 5 insertions, 5 deletions
diff --git a/src/include/gnunet_constants.h b/src/include/gnunet_constants.h
index 747b8afd5..000def902 100644
--- a/src/include/gnunet_constants.h
+++ b/src/include/gnunet_constants.h
@@ -41,11 +41,6 @@ extern "C"
41#endif 41#endif
42 42
43/** 43/**
44 * Last resort choice for configuration file name.
45 */
46#define GNUNET_DEFAULT_USER_CONFIG_FILE "~/.config/gnunet.conf"
47
48/**
49 * Bandwidth (in/out) to assume initially (before either peer has 44 * Bandwidth (in/out) to assume initially (before either peer has
50 * communicated any particular preference). Should be rather low; set 45 * communicated any particular preference). Should be rather low; set
51 * so that at least one maximum-size message can be send roughly once 46 * so that at least one maximum-size message can be send roughly once
diff --git a/src/include/gnunet_os_lib.h b/src/include/gnunet_os_lib.h
index 5785bd67f..d4893f906 100644
--- a/src/include/gnunet_os_lib.h
+++ b/src/include/gnunet_os_lib.h
@@ -255,6 +255,11 @@ struct GNUNET_OS_ProjectData
255 */ 255 */
256 const char *config_file; 256 const char *config_file;
257 257
258 /**
259 * Configuration file name to use (if $XDG_CONFIG_HOME is not set).
260 */
261 const char *user_config_file;
262
258}; 263};
259 264
260 265