aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-05-05 15:02:29 +0200
committerChristian Grothoff <christian@grothoff.org>2018-05-05 15:02:29 +0200
commitb2f4928cce63e2361c2018ca917d9b5370e503b3 (patch)
tree5854cbbd82eea4935efc3c13b227e6f7f4074c07 /src
parentd27c9b076302ac205d22c291cb0380289e4f95eb (diff)
downloadgnunet-b2f4928cce63e2361c2018ca917d9b5370e503b3.tar.gz
gnunet-b2f4928cce63e2361c2018ca917d9b5370e503b3.zip
define GNUNET_TMP
Diffstat (limited to 'src')
-rw-r--r--src/util/util.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/util.conf b/src/util/util.conf
index ceb5fdcbb..f2e5bee28 100644
--- a/src/util/util.conf
+++ b/src/util/util.conf
@@ -36,6 +36,9 @@ GNUNET_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/gnunet-system-runtime/
36# Runtime data for per-user services 36# Runtime data for per-user services
37GNUNET_USER_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/gnunet-${USERHOME:-${USER:-user}}-runtime/ 37GNUNET_USER_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/gnunet-${USERHOME:-${USER:-user}}-runtime/
38 38
39# Directory to use for temporary files.
40GNUNET_TMP = ${TMPDIR:-${TMP:-/tmp}}/gnunet/
41
39 42
40# Override for GNUNET_HOME used by test cases. 43# Override for GNUNET_HOME used by test cases.
41# GNUNET_TEST_HOME = /tmp/foo/bar 44# GNUNET_TEST_HOME = /tmp/foo/bar