Module Name:    xsrc
Committed By:   mrg
Date:           Thu Jul  9 06:45:54 UTC 2009

Modified Files:
        xsrc/external/mit/libFS/include: config.h
        xsrc/external/mit/pixman/include: config.h
        xsrc/external/mit/xf86-video-glint/include: config.h
        xsrc/external/mit/xf86-video-siliconmotion/include: config.h
        xsrc/external/mit/xf86-video-tseng/include: config.h
        xsrc/external/mit/xfs/include: xfs-config.h

Log Message:
update for new xfs, libFS, pixman, and glint/siliconmotion/tseng drivers.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 xsrc/external/mit/libFS/include/config.h
cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/pixman/include/config.h
cvs rdiff -u -r1.1 -r1.2 xsrc/external/mit/xf86-video-glint/include/config.h
cvs rdiff -u -r1.1 -r1.2 \
    xsrc/external/mit/xf86-video-siliconmotion/include/config.h
cvs rdiff -u -r1.1 -r1.2 xsrc/external/mit/xf86-video-tseng/include/config.h
cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/xfs/include/xfs-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 xsrc/external/mit/libFS/include/config.h:1.2
--- xsrc/external/mit/libFS/include/config.h:1.1	Wed Jul 30 05:42:21 2008
+++ xsrc/external/mit/libFS/include/config.h	Thu Jul  9 06:45:53 2009
@@ -53,13 +53,13 @@
 #define PACKAGE_NAME "libFS"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "libFS 1.0.1"
+#define PACKAGE_STRING "libFS 1.0.2"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "libFS"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.0.1"
+#define PACKAGE_VERSION "1.0.2"
 
 /* Major version of this package */
 #define PACKAGE_VERSION_MAJOR 1
@@ -68,7 +68,7 @@
 #define PACKAGE_VERSION_MINOR 0
 
 /* Patch version of this package */
-#define PACKAGE_VERSION_PATCHLEVEL 1
+#define PACKAGE_VERSION_PATCHLEVEL 2
 
 /* Define as the return type of signal handlers (`int' or `void'). */
 #define RETSIGTYPE void

Index: xsrc/external/mit/pixman/include/config.h
diff -u xsrc/external/mit/pixman/include/config.h:1.2 xsrc/external/mit/pixman/include/config.h:1.3
--- xsrc/external/mit/pixman/include/config.h:1.2	Thu Oct 30 08:15:40 2008
+++ xsrc/external/mit/pixman/include/config.h	Thu Jul  9 06:45:53 2009
@@ -1,6 +1,9 @@
 /* config.h.  Generated from config.h.in by configure.  */
 /* config.h.in.  Generated from configure.ac by autoheader.  */
 
+/* Define if building universal (internal helper macro) */
+/* #undef AC_APPLE_UNIVERSAL_BUILD */
+
 /* Define to 1 if you have the <dlfcn.h> header file. */
 #define HAVE_DLFCN_H 1
 
@@ -34,6 +37,10 @@
 /* Define to 1 if you have the <unistd.h> header file. */
 #define HAVE_UNISTD_H 1
 
+/* Define to the sub-directory in which libtool stores uninstalled libraries.
+   */
+#define LT_OBJDIR ".libs/"
+
 /* Name of package */
 #define PACKAGE "pixman"
 
@@ -44,17 +51,29 @@
 #define PACKAGE_NAME "pixman"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "pixman 0.12.0"
+#define PACKAGE_STRING "pixman 0.15.14"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "pixman"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "0.12.0"
+#define PACKAGE_VERSION "0.15.14"
+
+/* enable TIMER_BEGIN/TIMER_END macros */
+#define PIXMAN_TIMERS 1
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
 
+/* use ARM NEON compiler intrinsics */
+/* #undef USE_ARM_NEON */
+
+/* use ARM SIMD compiler intrinsics */
+/* #undef USE_ARM_SIMD */
+
+/* use GNU-style inline assembler */
+#define USE_GCC_INLINE_ASM 1
+
 #if defined(__i386__) || defined(__x86_64__)
 /* use MMX compiler intrinsics */
 #define USE_MMX 1
@@ -67,10 +86,10 @@
 /* #undef USE_VMX */
 
 /* Version number of package */
-#define VERSION "0.12.0"
+#define VERSION "0.15.14"
 
-/* Define to 1 if your processor stores words with the most significant byte
-   first (like Motorola and SPARC, unlike Intel and VAX). */
+/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
+   significant byte first (like Motorola and SPARC, unlike Intel). */
 /* #undef WORDS_BIGENDIAN */
 
 #include <sys/endian.h>

Index: xsrc/external/mit/xf86-video-glint/include/config.h
diff -u xsrc/external/mit/xf86-video-glint/include/config.h:1.1 xsrc/external/mit/xf86-video-glint/include/config.h:1.2
--- xsrc/external/mit/xf86-video-glint/include/config.h:1.1	Wed Jun 10 04:11:40 2009
+++ xsrc/external/mit/xf86-video-glint/include/config.h	Thu Jul  9 06:45:54 2009
@@ -36,6 +36,10 @@
 /* Define to 1 if you have the <unistd.h> header file. */
 #define HAVE_UNISTD_H 1
 
+/* Define to the sub-directory in which libtool stores uninstalled libraries.
+   */
+#define LT_OBJDIR ".libs/"
+
 /* Name of package */
 #define PACKAGE "xf86-video-glint"
 
@@ -46,13 +50,13 @@
 #define PACKAGE_NAME "xf86-video-glint"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "xf86-video-glint 1.2.2"
+#define PACKAGE_STRING "xf86-video-glint 1.2.3"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "xf86-video-glint"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.2.2"
+#define PACKAGE_VERSION "1.2.3"
 
 /* Major version of this package */
 #define PACKAGE_VERSION_MAJOR 1
@@ -61,13 +65,13 @@
 #define PACKAGE_VERSION_MINOR 2
 
 /* 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.2.2"
+#define VERSION "1.2.3"
 
 /* Enable DRI driver support */
 #define XF86DRI 1

Index: xsrc/external/mit/xf86-video-siliconmotion/include/config.h
diff -u xsrc/external/mit/xf86-video-siliconmotion/include/config.h:1.1 xsrc/external/mit/xf86-video-siliconmotion/include/config.h:1.2
--- xsrc/external/mit/xf86-video-siliconmotion/include/config.h:1.1	Wed Jun 10 08:30:03 2009
+++ xsrc/external/mit/xf86-video-siliconmotion/include/config.h	Thu Jul  9 06:45:54 2009
@@ -36,6 +36,10 @@
 /* X server has new mode code */
 /* #undef HAVE_XMODES */
 
+/* Define to the sub-directory in which libtool stores uninstalled libraries.
+   */
+#define LT_OBJDIR ".libs/"
+
 /* Name of package */
 #define PACKAGE "xf86-video-siliconmotion"
 
@@ -46,13 +50,13 @@
 #define PACKAGE_NAME "xf86-video-siliconmotion"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "xf86-video-siliconmotion 1.7.1"
+#define PACKAGE_STRING "xf86-video-siliconmotion 1.7.2"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "xf86-video-siliconmotion"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.7.1"
+#define PACKAGE_VERSION "1.7.2"
 
 /* Major version of this package */
 #define PACKAGE_VERSION_MAJOR 1
@@ -61,10 +65,10 @@
 #define PACKAGE_VERSION_MINOR 7
 
 /* Patch version of this package */
-#define PACKAGE_VERSION_PATCHLEVEL 1
+#define PACKAGE_VERSION_PATCHLEVEL 2
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION "1.7.1"
+#define VERSION "1.7.2"

Index: xsrc/external/mit/xf86-video-tseng/include/config.h
diff -u xsrc/external/mit/xf86-video-tseng/include/config.h:1.1 xsrc/external/mit/xf86-video-tseng/include/config.h:1.2
--- xsrc/external/mit/xf86-video-tseng/include/config.h:1.1	Wed Jun 10 02:39:02 2009
+++ xsrc/external/mit/xf86-video-tseng/include/config.h	Thu Jul  9 06:45:54 2009
@@ -39,6 +39,10 @@
 /* Have 4bpp support */
 /* #undef HAVE_XF4BPP */
 
+/* Define to the sub-directory in which libtool stores uninstalled libraries.
+   */
+#define LT_OBJDIR ".libs/"
+
 /* Name of package */
 #define PACKAGE "xf86-video-tseng"
 
@@ -49,13 +53,13 @@
 #define PACKAGE_NAME "xf86-video-tseng"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "xf86-video-tseng 1.2.1"
+#define PACKAGE_STRING "xf86-video-tseng 1.2.2"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "xf86-video-tseng"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.2.1"
+#define PACKAGE_VERSION "1.2.2"
 
 /* Major version of this package */
 #define PACKAGE_VERSION_MAJOR 1
@@ -64,10 +68,10 @@
 #define PACKAGE_VERSION_MINOR 2
 
 /* Patch version of this package */
-#define PACKAGE_VERSION_PATCHLEVEL 1
+#define PACKAGE_VERSION_PATCHLEVEL 2
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION "1.2.1"
+#define VERSION "1.2.2"

Index: xsrc/external/mit/xfs/include/xfs-config.h
diff -u xsrc/external/mit/xfs/include/xfs-config.h:1.2 xsrc/external/mit/xfs/include/xfs-config.h:1.3
--- xsrc/external/mit/xfs/include/xfs-config.h:1.2	Tue Nov 18 22:29:37 2008
+++ xsrc/external/mit/xfs/include/xfs-config.h	Thu Jul  9 06:45:54 2009
@@ -9,9 +9,15 @@
 #define DEFAULT_CONFIG_FILE "/etc/X11/fs/config"
 #endif
 
+/* Define to 1 if you have the `daemon' function. */
+#define HAVE_DAEMON 1
+
 /* 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
 
@@ -55,22 +61,22 @@
 #define PACKAGE_NAME "xfs"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "xfs 1.0.8"
+#define PACKAGE_STRING "xfs 1.1.0"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "xfs"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.0.8"
+#define PACKAGE_VERSION "1.1.0"
 
 /* Major version of this package */
 #define PACKAGE_VERSION_MAJOR 1
 
 /* Minor version of this package */
-#define PACKAGE_VERSION_MINOR 0
+#define PACKAGE_VERSION_MINOR 1
 
 /* Patch version of this package */
-#define PACKAGE_VERSION_PATCHLEVEL 8
+#define PACKAGE_VERSION_PATCHLEVEL 0
 
 /* Define as the return type of signal handlers (`int' or `void'). */
 #define RETSIGTYPE void
@@ -84,5 +90,44 @@
 /* Support UNIX socket connections */
 #define UNIXCONN 1
 
+/* Build support for logging via syslog */
+#define USE_SYSLOG 1
+
 /* Version number of package */
-#define VERSION "1.0.8"
+#define VERSION "1.1.0"
+
+/* Build support for starting from inetd */
+#define XFS_INETD 1
+
+/* Define to 1 if on AIX 3.
+   System headers sometimes define this.
+   We just want to avoid a redefinition error message.  */
+#ifndef _ALL_SOURCE
+/* # undef _ALL_SOURCE */
+#endif
+
+/* Enable GNU extensions on systems that have them.  */
+#ifndef _GNU_SOURCE
+# define _GNU_SOURCE 1
+#endif
+
+/* Define to 1 if on MINIX. */
+/* #undef _MINIX */
+
+/* Define to 2 if the system does not provide POSIX.1 features except with
+   this defined. */
+/* #undef _POSIX_1_SOURCE */
+
+/* Define to 1 if you need to in order for `stat' and other things to work. */
+/* #undef _POSIX_SOURCE */
+
+/* Enable extensions on Solaris.  */
+#ifndef __EXTENSIONS__
+# define __EXTENSIONS__ 1
+#endif
+#ifndef _POSIX_PTHREAD_SEMANTICS
+# define _POSIX_PTHREAD_SEMANTICS 1
+#endif
+#ifndef _TANDEM_SOURCE
+# define _TANDEM_SOURCE 1
+#endif

Reply via email to