]> granicus.if.org Git - sudo/commitdiff
Add _PATH_TMP, _PATH_VARTMP and _PATH_USRTMP
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 21 Jan 2004 21:58:24 +0000 (21:58 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 21 Jan 2004 21:58:24 +0000 (21:58 +0000)
pathnames.h.in

index b00b513bdf51bbe74e24df2cceb181ededd42044..efbbae82ff8054ca1d766afa3b476bb359a0f757 100644 (file)
 #ifndef _PATH_BSHELL
 #undef _PATH_BSHELL
 #endif /* _PATH_BSHELL */
+
+#ifndef _PATH_TMP
+#define        _PATH_TMP       "/tmp/"
+#endif /* _PATH_TMP */
+
+#ifndef _PATH_VARTMP
+#define        _PATH_VARTMP    "/var/tmp/"
+#endif /* _PATH_VARTMP */
+
+#ifndef _PATH_USRTMP
+#define        _PATH_USRTMP    "/usr/tmp/"
+#endif /* _PATH_USRTMP */