summaryrefslogtreecommitdiff
path: root/Build/source/texk/dviljk/c-auto.in
diff options
context:
space:
mode:
authorJoachim Schrod <jschrod@acm.org>2008-02-17 13:34:01 +0000
committerJoachim Schrod <jschrod@acm.org>2008-02-17 13:34:01 +0000
commit5dbcc08b662131c3b8e01e5209456d1f102a4dbc (patch)
treee4ee823d72d08c6240b51457c8ef1e8effeabf3c /Build/source/texk/dviljk/c-auto.in
parent6e6be95c64689979c542c342d71b57d77038d7aa (diff)
Better implementation of mkdtemp() if it's not available: Use mktemp()
if it's there; no implicit declaration of mkdir(); no compiler warnings because they don't grok 0 being a pointer. git-svn-id: svn://tug.org/texlive/trunk@6658 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dviljk/c-auto.in')
-rw-r--r--Build/source/texk/dviljk/c-auto.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/texk/dviljk/c-auto.in b/Build/source/texk/dviljk/c-auto.in
index 7dadda2ff62..356ed8c73ec 100644
--- a/Build/source/texk/dviljk/c-auto.in
+++ b/Build/source/texk/dviljk/c-auto.in
@@ -8,6 +8,9 @@
/* Define to 1 if you have the `mkdtemp' function. */
#undef HAVE_MKDTEMP
+/* Define to 1 if you have the `mktemp' function. */
+#undef HAVE_MKTEMP
+
/* Define to 1 if you have the `rmdir' function. */
#undef HAVE_RMDIR