diff options
Diffstat (limited to 'Build/source/texk/web2c/c-auto.in')
-rw-r--r-- | Build/source/texk/web2c/c-auto.in | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/c-auto.in b/Build/source/texk/web2c/c-auto.in index 73996636609..852c22a3469 100644 --- a/Build/source/texk/web2c/c-auto.in +++ b/Build/source/texk/web2c/c-auto.in @@ -83,6 +83,9 @@ /* Define to 1 if you have the `getcwd' function. */ #undef HAVE_GETCWD +/* Define to 1 if class `PDFDoc' has the `getPDFMajorVersion' member. */ +#undef HAVE_GETPDFMAJORVERSION + /* Define to 1 if you have the `getwd' function. */ #undef HAVE_GETWD @@ -122,6 +125,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 @@ -168,7 +177,7 @@ /* Define to 1 if you have the `strtol' function. */ #undef HAVE_STRTOL -/* 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'. @@ -235,6 +244,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 |