diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-10 10:31:34 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-10 10:31:34 +0000 |
commit | 81f0eba86eca049a6da0619b12d767e51aea3efb (patch) | |
tree | c79156371e154a61737068760ff33adcecc6afcb /Build/source/texk/cjkutils/hbf2gf/c-auto.in | |
parent | dc3fd348ac7d0f1baaca908dce2cc184eec884db (diff) |
towards TL2010: texk/cjkutils
git-svn-id: svn://tug.org/texlive/trunk@15975 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/cjkutils/hbf2gf/c-auto.in')
-rw-r--r-- | Build/source/texk/cjkutils/hbf2gf/c-auto.in | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Build/source/texk/cjkutils/hbf2gf/c-auto.in b/Build/source/texk/cjkutils/hbf2gf/c-auto.in index c34b3366433..f754b6badb5 100644 --- a/Build/source/texk/cjkutils/hbf2gf/c-auto.in +++ b/Build/source/texk/cjkutils/hbf2gf/c-auto.in @@ -55,6 +55,12 @@ /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H +/* Define to 1 if you have the `mkstemp' function. */ +#undef HAVE_MKSTEMP + +/* Define to 1 if you have the `mktemp' function. */ +#undef HAVE_MKTEMP + /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ #undef HAVE_NDIR_H @@ -104,7 +110,7 @@ /* Define to 1 if you have the `strtoul' function. */ #undef HAVE_STRTOUL -/* Define to 1 if `st_mtim' is member of `struct stat'. */ +/* Define to 1 if `struct stat' is a member of `st_mtim'. */ #undef HAVE_STRUCT_STAT_ST_MTIM /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. @@ -149,6 +155,9 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME +/* Define to the home page for this package. */ +#undef PACKAGE_URL + /* Define to the version of this package. */ #undef PACKAGE_VERSION |