Module Name:    xsrc
Committed By:   snj
Date:           Mon Jan 11 00:42:35 UTC 2010

Modified Files:
        xsrc/external/mit/libFS/include [netbsd-5]: config.h
        xsrc/external/mit/pixman/include [netbsd-5]: config.h
        xsrc/external/mit/xf86-video-siliconmotion/include [netbsd-5]: config.h
        xsrc/external/mit/xmag/include [netbsd-5]: config.h
        xsrc/external/mit/xwininfo/include [netbsd-5]: config.h

Log Message:
Apply patch (requested by veego in ticket #1234):
Regenerate a few config.h files.  Should have been done with the big X.Org
update.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 xsrc/external/mit/libFS/include/config.h
cvs rdiff -u -r1.2.2.2 -r1.2.2.3 xsrc/external/mit/pixman/include/config.h
cvs rdiff -u -r1.3.2.2 -r1.3.2.3 \
    xsrc/external/mit/xf86-video-siliconmotion/include/config.h
cvs rdiff -u -r1.1 -r1.1.2.1 xsrc/external/mit/xmag/include/config.h
cvs rdiff -u -r1.1 -r1.1.2.1 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/libFS/include/config.h
diff -u xsrc/external/mit/libFS/include/config.h:1.1.2.1 xsrc/external/mit/libFS/include/config.h:1.1.2.2
--- xsrc/external/mit/libFS/include/config.h:1.1.2.1	Thu Sep 17 03:32:53 2009
+++ xsrc/external/mit/libFS/include/config.h	Mon Jan 11 00:42:34 2010
@@ -10,6 +10,9 @@
 /* Define to 1 if you have the <inttypes.h> header file. */
 #define HAVE_INTTYPES_H 1
 
+/* Define to 1 if you have the `ws2_32' library (-lws2_32). */
+/* #undef HAVE_LIBWS2_32 */
+
 /* Define to 1 if you have the <memory.h> header file. */
 #define HAVE_MEMORY_H 1
 
@@ -83,4 +86,4 @@
 #define UNIXCONN 1
 
 /* Version number of package */
-#define VERSION "1.0.1"
+#define VERSION "1.0.2"

Index: xsrc/external/mit/pixman/include/config.h
diff -u xsrc/external/mit/pixman/include/config.h:1.2.2.2 xsrc/external/mit/pixman/include/config.h:1.2.2.3
--- xsrc/external/mit/pixman/include/config.h:1.2.2.2	Tue Dec  1 23:16:33 2009
+++ xsrc/external/mit/pixman/include/config.h	Mon Jan 11 00:42:34 2010
@@ -16,6 +16,9 @@
 /* Define to 1 if you have the <memory.h> header file. */
 #define HAVE_MEMORY_H 1
 
+/* Whether we have posix_memalign() */
+#define HAVE_POSIX_MEMALIGN 1
+
 /* Define to 1 if you have the <stdint.h> header file. */
 #define HAVE_STDINT_H 1
 

Index: xsrc/external/mit/xf86-video-siliconmotion/include/config.h
diff -u xsrc/external/mit/xf86-video-siliconmotion/include/config.h:1.3.2.2 xsrc/external/mit/xf86-video-siliconmotion/include/config.h:1.3.2.3
--- xsrc/external/mit/xf86-video-siliconmotion/include/config.h:1.3.2.2	Thu Sep 17 03:34:21 2009
+++ xsrc/external/mit/xf86-video-siliconmotion/include/config.h	Mon Jan 11 00:42:35 2010
@@ -33,12 +33,11 @@
 /* Define to 1 if you have the <unistd.h> header file. */
 #define HAVE_UNISTD_H 1
 
-/* X server has new mode code */
-/* #undef HAVE_XMODES */
+/* xextproto 7.1 available */
+/* #undef HAVE_XEXTPROTO_71 */
 
-/* Define to the sub-directory in which libtool stores uninstalled libraries.
-   */
-#define LT_OBJDIR ".libs/"
+/* X server has new mode code */
+#define HAVE_XMODES 1
 
 /* Name of package */
 #define PACKAGE "xf86-video-siliconmotion"

Index: xsrc/external/mit/xmag/include/config.h
diff -u xsrc/external/mit/xmag/include/config.h:1.1 xsrc/external/mit/xmag/include/config.h:1.1.2.1
--- xsrc/external/mit/xmag/include/config.h:1.1	Wed Jul 30 05:42:21 2008
+++ xsrc/external/mit/xmag/include/config.h	Mon Jan 11 00:42:35 2010
@@ -1,6 +1,12 @@
 /* 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 `nanosleep' function. */
 #define HAVE_NANOSLEEP 1
 
@@ -10,6 +16,27 @@
 /* Define to 1 if you have the `select' function. */
 #define HAVE_SELECT 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 <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 "xmag"
 
@@ -20,13 +47,13 @@
 #define PACKAGE_NAME "xmag"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "xmag 1.0.2"
+#define PACKAGE_STRING "xmag 1.0.3"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "xmag"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.0.2"
+#define PACKAGE_VERSION "1.0.3"
 
 /* Major version of this package */
 #define PACKAGE_VERSION_MAJOR 1
@@ -35,7 +62,10 @@
 #define PACKAGE_VERSION_MINOR 0
 
 /* Patch version of this package */
-#define PACKAGE_VERSION_PATCHLEVEL 2
+#define PACKAGE_VERSION_PATCHLEVEL 3
+
+/* Define to 1 if you have the ANSI C header files. */
+#define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION "1.0.2"
+#define VERSION "1.0.3"

Index: xsrc/external/mit/xwininfo/include/config.h
diff -u xsrc/external/mit/xwininfo/include/config.h:1.1 xsrc/external/mit/xwininfo/include/config.h:1.1.2.1
--- xsrc/external/mit/xwininfo/include/config.h:1.1	Wed Jul 30 05:42:21 2008
+++ xsrc/external/mit/xwininfo/include/config.h	Mon Jan 11 00:42:35 2010
@@ -14,13 +14,13 @@
 #define PACKAGE_NAME "xwininfo"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "xwininfo 1.0.3"
+#define PACKAGE_STRING "xwininfo 1.0.4"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "xwininfo"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.0.3"
+#define PACKAGE_VERSION "1.0.4"
 
 /* Major version of this package */
 #define PACKAGE_VERSION_MAJOR 1
@@ -29,7 +29,7 @@
 #define PACKAGE_VERSION_MINOR 0
 
 /* Patch version of this package */
-#define PACKAGE_VERSION_PATCHLEVEL 3
+#define PACKAGE_VERSION_PATCHLEVEL 4
 
 /* Version number of package */
-#define VERSION "1.0.3"
+#define VERSION "1.0.4"

Reply via email to