summaryrefslogtreecommitdiff
path: root/Build/source/utils/t1utils/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/t1utils/config.h.in')
-rw-r--r--Build/source/utils/t1utils/config.h.in12
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 */