aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_constants.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-11 21:00:32 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-11 21:00:32 +0000
commit13f63dab5a87cb8b95b8d77f11925a7c7429038b (patch)
treea2328cb638be9926b6ca06d1b108f1fbac6b6dc6 /src/include/gnunet_constants.h
parent267f7c5a9a354b8959607c7bc031906c02b61be4 (diff)
downloadgnunet-13f63dab5a87cb8b95b8d77f11925a7c7429038b.tar.gz
gnunet-13f63dab5a87cb8b95b8d77f11925a7c7429038b.zip
-remove useless/broken configure options, and gnunet_directories.h
Diffstat (limited to 'src/include/gnunet_constants.h')
-rw-r--r--src/include/gnunet_constants.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gnunet_constants.h b/src/include/gnunet_constants.h
index 730a3d6d7..b8a049cb9 100644
--- a/src/include/gnunet_constants.h
+++ b/src/include/gnunet_constants.h
@@ -36,6 +36,11 @@ extern "C"
36#endif 36#endif
37 37
38/** 38/**
39 * Last resort choice for configuration file name.
40 */
41#define GNUNET_DEFAULT_USER_CONFIG_FILE "~/.config/gnunet.conf"
42
43/**
39 * Bandwidth (in/out) to assume initially (before either peer has 44 * Bandwidth (in/out) to assume initially (before either peer has
40 * communicated any particular preference). Should be rather low; set 45 * communicated any particular preference). Should be rather low; set
41 * 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