summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authortsi <tsi>2003-07-09 15:27:23 +0000
committertsi <tsi>2003-07-09 15:27:23 +0000
commitc614d2c7e74f1a1047c7d61934bad476ad9bd1b6 (patch)
treeeceab8cd0ce78ae0e9f6dd3061ae01289b4a829d /include
parent6abd9af4e46fcfdcbe989c820e7ad0ec709c6f45 (diff)
300. X.Org IPv6 changes (Bugzilla #227, Alan Coopersmith, Marc La France).
See http://www.x.org/IPV6_Specific_Changes.html for details. This has been further modified as follows. - Deal with small memory leaks in xdm & xauth. - Fix a number of compilation issues. - Where supported, use SIOCGLIFCONF to query network interfaces on more than only Solaris. - Incorporate X.Org responses to comments #'s 1, 2, 4, 5, 7, 10, 11, 12, 13, 14 and 15 (taken from an X.Org-internal document dated 2003.06.17). - Replace HasIPv6 imake symbol with BuildIPv6, defaulting it to YES, and build in IPv6 support whenever BuildIPv6 is asserted _and_ the OS #define's AF_INET6. This is to maximise IPv6 code exposure and eliminate <OS>.cf file changes to support IPv6. 299. On Solaris, don't allow remote root xdm logins if CONSOLE is set in /etc/default/login (Bugzilla #227, Alan Coopersmith). 298. Fix SEGV in fstobdf when font server is not specified and FSServerName() returns NULL (Bugzilla #227, Alan Coopersmith). 297. Fix XDMCP bug that could cause local host entries in /etc/X0.hosts to be lost (Bugzilla #227, Alan Coopersmith). 296. Make certain xtrans static variable volatile to avoid optimisation issues that occur when they are modified by SIGALRM handlers (Bugzilla #227, Alan Coopersmith). 295. Use %p instead of %x to print pointer values in xtrans debug messages to avoid overflow on platforms with 32-bit ints & 64-bit pointers (Bugzilla #227, Alan Coopersmith). 294. Change SUN-RPC code to use authdes_seccreate() call rather than the deprecated authdes_create() (Bugzilla #227, Alan Coopersmith). 293. Add xdm /dev/random handling for Solaris (Bugzilla #227, Alan Coopersmith). 292. Solaris compile fixes (Bugzilla #227, Alan Coopersmith). 291. Update X.Org version numbers to X11R6.6 or X11R6.7 and replace old references to X Consortium with X.Org (Bugzilla #227, Alan Coopersmith).
Diffstat (limited to 'include')
-rw-r--r--include/fonts/FS.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/fonts/FS.h b/include/fonts/FS.h
index e579ed75d..5d80b4982 100644
--- a/include/fonts/FS.h
+++ b/include/fonts/FS.h
@@ -50,7 +50,7 @@ used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
*/
-/* $XFree86: xc/include/fonts/FS.h,v 1.7 2001/08/01 00:44:37 tsi Exp $ */
+/* $XFree86: xc/include/fonts/FS.h,v 1.8tsi Exp $ */
#ifndef _FS_H_
#define _FS_H_
@@ -66,6 +66,7 @@ in this Software without prior written authorization from The Open Group.
#define FamilyInternet 0
#define FamilyDECnet 1
#define FamilyChaos 2
+#define FamilyInternetV6 6
typedef unsigned int FSDrawDirection;