Module Name: xsrc Committed By: veego Date: Sun Jan 10 10:00:14 UTC 2010
Modified Files: xsrc/external/mit/xmodmap/include: config.h xsrc/external/mit/xprop/include: config.h xsrc/external/mit/xwininfo/include: config.h Log Message: Regenerate to match current source * Add several defines for headers To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/xmodmap/include/config.h cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/xprop/include/config.h cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/xwininfo/include/config.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: xsrc/external/mit/xmodmap/include/config.h diff -u xsrc/external/mit/xmodmap/include/config.h:1.2 xsrc/external/mit/xmodmap/include/config.h:1.3 --- xsrc/external/mit/xmodmap/include/config.h:1.2 Sun Nov 8 11:50:27 2009 +++ xsrc/external/mit/xmodmap/include/config.h Sun Jan 10 10:00:13 2010 @@ -1,9 +1,36 @@ /* config.h. Generated from config.h.in by configure. */ /* config.h.in. Generated from configure.ac by autoheader. */ +/* Define to 1 if you have the <inttypes.h> header file. */ +#define HAVE_INTTYPES_H 1 + +/* Define to 1 if you have the <memory.h> header file. */ +#define HAVE_MEMORY_H 1 + +/* Define to 1 if you have the <stdint.h> header file. */ +#define HAVE_STDINT_H 1 + +/* Define to 1 if you have the <stdlib.h> header file. */ +#define HAVE_STDLIB_H 1 + +/* Define to 1 if you have the <strings.h> header file. */ +#define HAVE_STRINGS_H 1 + +/* Define to 1 if you have the <string.h> header file. */ +#define HAVE_STRING_H 1 + /* Define to 1 if you have the `strncasecmp' function. */ #define HAVE_STRNCASECMP 1 +/* Define to 1 if you have the <sys/stat.h> header file. */ +#define HAVE_SYS_STAT_H 1 + +/* Define to 1 if you have the <sys/types.h> header file. */ +#define HAVE_SYS_TYPES_H 1 + +/* Define to 1 if you have the <unistd.h> header file. */ +#define HAVE_UNISTD_H 1 + /* Name of package */ #define PACKAGE "xmodmap" @@ -31,5 +58,8 @@ /* Patch version of this package */ #define PACKAGE_VERSION_PATCHLEVEL 4 +/* Define to 1 if you have the ANSI C header files. */ +#define STDC_HEADERS 1 + /* Version number of package */ #define VERSION "1.0.4" Index: xsrc/external/mit/xprop/include/config.h diff -u xsrc/external/mit/xprop/include/config.h:1.2 xsrc/external/mit/xprop/include/config.h:1.3 --- xsrc/external/mit/xprop/include/config.h:1.2 Mon Nov 9 00:30:10 2009 +++ xsrc/external/mit/xprop/include/config.h Sun Jan 10 10:00:14 2010 @@ -4,6 +4,9 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #define HAVE_INTTYPES_H 1 +/* Define to 1 if you have the <langinfo.h> header file. */ +#define HAVE_LANGINFO_H 1 + /* Define to 1 if you have the <memory.h> header file. */ #define HAVE_MEMORY_H 1 Index: xsrc/external/mit/xwininfo/include/config.h diff -u xsrc/external/mit/xwininfo/include/config.h:1.2 xsrc/external/mit/xwininfo/include/config.h:1.3 --- xsrc/external/mit/xwininfo/include/config.h:1.2 Sun Nov 8 11:50:27 2009 +++ xsrc/external/mit/xwininfo/include/config.h Sun Jan 10 10:00:14 2010 @@ -1,9 +1,36 @@ /* config.h. Generated from config.h.in by configure. */ /* config.h.in. Generated from configure.ac by autoheader. */ +/* Define to 1 if you have the <inttypes.h> header file. */ +#define HAVE_INTTYPES_H 1 + +/* Define to 1 if you have the <memory.h> header file. */ +#define HAVE_MEMORY_H 1 + +/* Define to 1 if you have the <stdint.h> header file. */ +#define HAVE_STDINT_H 1 + +/* Define to 1 if you have the <stdlib.h> header file. */ +#define HAVE_STDLIB_H 1 + +/* Define to 1 if you have the <strings.h> header file. */ +#define HAVE_STRINGS_H 1 + +/* Define to 1 if you have the <string.h> header file. */ +#define HAVE_STRING_H 1 + /* Define to 1 if you have the `strlcat' function. */ #define HAVE_STRLCAT 1 +/* Define to 1 if you have the <sys/stat.h> header file. */ +#define HAVE_SYS_STAT_H 1 + +/* Define to 1 if you have the <sys/types.h> header file. */ +#define HAVE_SYS_TYPES_H 1 + +/* Define to 1 if you have the <unistd.h> header file. */ +#define HAVE_UNISTD_H 1 + /* Name of package */ #define PACKAGE "xwininfo" @@ -31,5 +58,8 @@ /* Patch version of this package */ #define PACKAGE_VERSION_PATCHLEVEL 5 +/* Define to 1 if you have the ANSI C header files. */ +#define STDC_HEADERS 1 + /* Version number of package */ #define VERSION "1.0.5"