aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-02-01 12:32:23 +0000
committerNathan S. Evans <evans@in.tum.de>2010-02-01 12:32:23 +0000
commit824c06e61fbd03c1680379670fb72dfc3a0f79ca (patch)
tree1b23af3e73a136c376c0e665dcb37cb313e97a31 /src/include
parent23c492b43c9f732575cce708bc8cb0f537d0e62e (diff)
downloadgnunet-824c06e61fbd03c1680379670fb72dfc3a0f79ca.tar.gz
gnunet-824c06e61fbd03c1680379670fb72dfc3a0f79ca.zip
change default config file name
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_directories.h.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/gnunet_directories.h.in b/src/include/gnunet_directories.h.in
index b05b6d9ce..3f6898a5e 100644
--- a/src/include/gnunet_directories.h.in
+++ b/src/include/gnunet_directories.h.in
@@ -28,7 +28,6 @@
28#ifndef GNUNET_DIRECTORIES 28#ifndef GNUNET_DIRECTORIES
29#define GNUNET_DIRECTORIES 29#define GNUNET_DIRECTORIES
30 30
31#define GNUNET_DEFAULT_CLIENT_CONFIG_FILE "@GN_USER_HOME_DIR@/gnunet.conf" 31#define GNUNET_DEFAULT_USER_CONFIG_FILE "@GN_USER_HOME_DIR@/gnunet.conf"
32#define GNUNET_DEFAULT_DAEMON_CONFIG_FILE "@GN_DAEMON_CONFIG_DIR@/gnunetd.conf"
33 32
34#endif 33#endif