summaryrefslogtreecommitdiff
path: root/apps/nshlib/nsh.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-05 07:49:20 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-05 07:49:20 -0600
commit8d32bce60e8345d3ab90dbf5018234dac53df162 (patch)
treec452d096b475925bf329b0048e1317a5a9b16bc1 /apps/nshlib/nsh.h
parentc803bfc335ba2d965d8ae784511a4a59766e82e4 (diff)
downloadpx4-nuttx-8d32bce60e8345d3ab90dbf5018234dac53df162.tar.gz
px4-nuttx-8d32bce60e8345d3ab90dbf5018234dac53df162.tar.bz2
px4-nuttx-8d32bce60e8345d3ab90dbf5018234dac53df162.zip
Move CONFIG_NSH_TMPDIR to CONFIG_LIBC_TMPDIR
Diffstat (limited to 'apps/nshlib/nsh.h')
-rw-r--r--apps/nshlib/nsh.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/nshlib/nsh.h b/apps/nshlib/nsh.h
index dc13e3753..d726b5253 100644
--- a/apps/nshlib/nsh.h
+++ b/apps/nshlib/nsh.h
@@ -100,8 +100,8 @@
* hold temporary files must be provided.
*/
-#if defined(CONFIG_NSH_CMDPARMS) && !defined(CONFIG_NSH_TMPDIR)
-# define CONFIG_NSH_TMPDIR "/tmp"
+#if defined(CONFIG_NSH_CMDPARMS) && !defined(CONFIG_LIBC_TMPDIR)
+# define CONFIG_LIBC_TMPDIR "/tmp"
#endif
/* Networking support. Make sure that all non-boolean configuration