diff options
Diffstat (limited to 'Build/source/libs/potrace/config.h.in')
-rw-r--r-- | Build/source/libs/potrace/config.h.in | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/Build/source/libs/potrace/config.h.in b/Build/source/libs/potrace/config.h.in new file mode 100644 index 00000000000..61c034f79b6 --- /dev/null +++ b/Build/source/libs/potrace/config.h.in @@ -0,0 +1,34 @@ +/* config.h.in. Generated from configure.ac by autoheader. */ + +/* Name of package */ +#undef PACKAGE + +/* Define to the address where bug reports for this package should be sent. */ +#undef PACKAGE_BUGREPORT + +/* Define to the full name of this package. */ +#undef PACKAGE_NAME + +/* Define to the full name and version of this package. */ +#undef PACKAGE_STRING + +/* 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 + +/* Define to 1 if you have the ANSI C header files. */ +#undef STDC_HEADERS + +/* Version number of package */ +#undef VERSION + +/* Define to `__inline__' or `__inline' if that's what the C compiler + calls it, or to nothing if 'inline' is not supported under any name. */ +#ifndef __cplusplus +#undef inline +#endif |