diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-10-24 15:05:17 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-10-24 15:05:17 +0000 |
commit | ec8c4ef3c6151d54c632f64bd5f960b4c6e7d9d8 (patch) | |
tree | 4f96f727da53e33c34a8837e09cefdb3c37eed08 /app/xpr/config.h.in | |
parent | a347ddc5148ab2f95f2f409a90aced0e48b36c37 (diff) |
Update to xpr 1.0.3
Diffstat (limited to 'app/xpr/config.h.in')
-rw-r--r-- | app/xpr/config.h.in | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/app/xpr/config.h.in b/app/xpr/config.h.in index c364eda45..b12a10efd 100644 --- a/app/xpr/config.h.in +++ b/app/xpr/config.h.in @@ -1,5 +1,32 @@ /* config.h.in. Generated from configure.ac by autoheader. */ +/* Define to 1 if you have the <inttypes.h> header file. */ +#undef HAVE_INTTYPES_H + +/* Define to 1 if you have the <memory.h> header file. */ +#undef HAVE_MEMORY_H + +/* Define to 1 if you have the <stdint.h> header file. */ +#undef HAVE_STDINT_H + +/* Define to 1 if you have the <stdlib.h> header file. */ +#undef HAVE_STDLIB_H + +/* Define to 1 if you have the <strings.h> header file. */ +#undef HAVE_STRINGS_H + +/* Define to 1 if you have the <string.h> header file. */ +#undef HAVE_STRING_H + +/* Define to 1 if you have the <sys/stat.h> header file. */ +#undef HAVE_SYS_STAT_H + +/* Define to 1 if you have the <sys/types.h> header file. */ +#undef HAVE_SYS_TYPES_H + +/* Define to 1 if you have the <unistd.h> header file. */ +#undef HAVE_UNISTD_H + /* Name of package */ #undef PACKAGE @@ -18,5 +45,17 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* Major version of this package */ +#undef PACKAGE_VERSION_MAJOR + +/* Minor version of this package */ +#undef PACKAGE_VERSION_MINOR + +/* Patch version of this package */ +#undef PACKAGE_VERSION_PATCHLEVEL + +/* Define to 1 if you have the ANSI C header files. */ +#undef STDC_HEADERS + /* Version number of package */ #undef VERSION |