diff options
author | marha <marha@users.sourceforge.net> | 2013-01-16 09:29:50 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-01-16 09:29:50 +0100 |
commit | e717274903ca4c9b407ab3e63de5585b126dc417 (patch) | |
tree | 03fa98e7ec552330155afafd7ca45c676d6a3f5c /bdftopcf | |
parent | 44f00d061597d9a78112dde690d131547d39a8ce (diff) | |
download | vcxsrv-e717274903ca4c9b407ab3e63de5585b126dc417.tar.gz vcxsrv-e717274903ca4c9b407ab3e63de5585b126dc417.tar.bz2 vcxsrv-e717274903ca4c9b407ab3e63de5585b126dc417.zip |
Added config file to bdftopcf
Diffstat (limited to 'bdftopcf')
-rw-r--r-- | bdftopcf/config.h | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/bdftopcf/config.h b/bdftopcf/config.h new file mode 100644 index 000000000..44b70f34a --- /dev/null +++ b/bdftopcf/config.h @@ -0,0 +1,68 @@ +/* config.h.in. Generated from configure.ac by autoheader. */ + +/* Define to 1 if you have the <inttypes.h> header file. */ +#define HAVE_INTTYPES_H + +/* Define to 1 if you have the <memory.h> header file. */ +#define HAVE_MEMORY_H + +/* Define to 1 if you have the <stdint.h> header file. */ +#define HAVE_STDINT_H + +/* Define to 1 if you have the <stdlib.h> header file. */ +#define HAVE_STDLIB_H + +/* Define to 1 if you have the <strings.h> header file. */ +#define HAVE_STRINGS_H + +/* Define to 1 if you have the <string.h> header file. */ +#define HAVE_STRING_H + +/* Define to 1 if you have the <sys/stat.h> header file. */ +#define HAVE_SYS_STAT_H + +/* Define to 1 if you have the <sys/types.h> header file. */ +#define HAVE_SYS_TYPES_H + +/* Define to 1 if you have the <unistd.h> header file. */ +#define HAVE_UNISTD_H + +/* Name of package */ +#define PACKAGE "bdftopcf" + +/* Define to the address where bug reports for this package should be sent. */ +#undef PACKAGE_BUGREPORT + +/* Define to the full name of this package. */ +#define PACKAGE_NAME "bdftopcf" + +/* Define to the full name and version of this package. */ +#define PACKAGE_STRING "bdftopcf 1.0.4" + +/* 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. */ +#define PACKAGE_VERSION "1.0.4" + +/* Major version of this package */ +#define PACKAGE_VERSION_MAJOR 1 + +/* Minor version of this package */ +#define PACKAGE_VERSION_MINOR 0 + +/* Patch version of this package */ +#define PACKAGE_VERSION_PATCHLEVEL 4 + +/* Define to 1 if you have the ANSI C header files. */ +#undef STDC_HEADERS + +/* Version number of package */ +#undef VERSION + +#define STDIN_FILENO 0 +#define STDOUT_FILENO 1 + |