diff options
author | Joachim Schrod <jschrod@acm.org> | 2008-02-17 13:34:01 +0000 |
---|---|---|
committer | Joachim Schrod <jschrod@acm.org> | 2008-02-17 13:34:01 +0000 |
commit | 5dbcc08b662131c3b8e01e5209456d1f102a4dbc (patch) | |
tree | e4ee823d72d08c6240b51457c8ef1e8effeabf3c /Build/source/texk/dviljk/c-auto.in | |
parent | 6e6be95c64689979c542c342d71b57d77038d7aa (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.in | 3 |
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 |