diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-10 10:22:31 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-10 10:22:31 +0000 |
commit | 25078167f4333fa5acc0aa69a98490913be13433 (patch) | |
tree | 9e3035926ca53ebde75ffba4dd486411c13e81bb /Build/source/utils/t1utils/config.h.in | |
parent | 2caa63d64f99a64f64c8c4a5260477f761052eb4 (diff) |
towards TL2010: utils/t1utils
git-svn-id: svn://tug.org/texlive/trunk@15958 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/t1utils/config.h.in')
-rw-r--r-- | Build/source/utils/t1utils/config.h.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Build/source/utils/t1utils/config.h.in b/Build/source/utils/t1utils/config.h.in index d52eb2d2319..2b2e4f83bb6 100644 --- a/Build/source/utils/t1utils/config.h.in +++ b/Build/source/utils/t1utils/config.h.in @@ -27,6 +27,9 @@ /* Define to 1 if you have the <string.h> header file. */ #undef HAVE_STRING_H +/* Define to 1 if you have the `strtoul' function. */ +#undef HAVE_STRTOUL + /* Define to 1 if you have the <sys/stat.h> header file. */ #undef HAVE_SYS_STAT_H @@ -57,6 +60,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 @@ -89,10 +95,4 @@ extern "C" { char *strerror(int errno); #endif -#ifdef __cplusplus -} -/* Get rid of a possible inline macro under C++. */ -# define inline inline -#endif - #endif /* T1UTILS_CONFIG_H */ |