diff options
author | marha <marha@users.sourceforge.net> | 2009-11-06 16:19:08 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-11-06 16:19:08 +0000 |
commit | 0032f9b66d63a4b1c5222edb8603fb60da379fb0 (patch) | |
tree | 1b13bd935f607da87239a5a85e78f7940996dd84 /apps/xwininfo/config.h.in | |
parent | fa6c428cc762a412544f98f3514dd05158b1cf9b (diff) | |
download | vcxsrv-0032f9b66d63a4b1c5222edb8603fb60da379fb0.tar.gz vcxsrv-0032f9b66d63a4b1c5222edb8603fb60da379fb0.tar.bz2 vcxsrv-0032f9b66d63a4b1c5222edb8603fb60da379fb0.zip |
Added xwininfo-1.0.5
Diffstat (limited to 'apps/xwininfo/config.h.in')
-rw-r--r-- | apps/xwininfo/config.h.in | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/apps/xwininfo/config.h.in b/apps/xwininfo/config.h.in new file mode 100644 index 000000000..345295568 --- /dev/null +++ b/apps/xwininfo/config.h.in @@ -0,0 +1,64 @@ +/* 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 `strlcat' function. */ +#undef HAVE_STRLCAT + +/* 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 + +/* 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 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 |