~ubuntu-branches/ubuntu/quantal/openmotif/quantal

« back to all changes in this revision

Viewing changes to config/cf/site.def

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Bauer
  • Date: 2010-06-23 12:12:31 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100623121231-u89gxdp51sg9wjj2
Tags: 2.3.0-1
* New Maintainer (Closes: #379258) 
* Acknowledge NMU changes
* New upstream release (Closes: #494375)
* Get rid of security patches as they are already part of new upstream
  release (00-xpmvuln.openmotif.patch, 342092-CVE-2005-3964.patch)
* Bump Standards to 3.8.4
* Added {misc:Depends} to make the package lintian cleaner
* Fix weak-library-dev-dependency by adding ${binary:Version}) for the
  -dev Package of openmotif
* Let package depend on autotools-dev to use newer autotools-helper-files
* Work around an autoconf-bug (Gentoo-Bug #1475)
* Added Client-side anti-aliased fonts support via XFT
* Added UTF-8 and UTF8_STRING atom support
* Ability to show text and pixmaps in Label, LabelGadget and all
  derived widgets
* Support of PNG/JPEG image formats in the same way as XPM is supported
* Increase FILE_OFFSET_BITS to 64 to show files >2GB in file-selector
  Idea taken from Magne Oestlyngen (Closes: #288537)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
XCOMM site:  $XConsortium: site.def /main/revisionist/4 1996/12/31 08:02:07 kaleb $
 
2
XCOMM site:  $XFree86: xc/config/cf/site.def,v 3.17.2.1 1997/06/22 10:32:21 dawes Exp $
 
3
 
 
4
/***************************************************************************
 
5
 *                                                                         *
 
6
 *                         SITE-SPECIFIC DEFINITIONS                       *
 
7
 *                                                                         *
 
8
 * This file contains two halves, one included before the vendor-specific  *
 
9
 * configuration file (.cf file), and one included after the .cf file.     *
 
10
 * The before-half should be protected by #ifdef BeforeVendorCF, and the   *
 
11
 * after-half should be protected by #ifdef AfterVendorCF.                 *
 
12
 *                                                                         *
 
13
 * The before-half should only set things that the .cf file depends on.    *
 
14
 * For the .cf files shipped in this release, the main variables in this   *
 
15
 * category are HasGcc, HasGcc2, HasCplusplus, OSMajorVersion,             *
 
16
 * OSMinorVersion, and OSTeenyVersion.                                     *
 
17
 *                                                                         *
 
18
 * The after-half should contain all other definitions.  For example,      *
 
19
 * place your ProjectRoot definition here.                                 *
 
20
 *                                                                         *
 
21
 * OS Major and Minor version numbers should be changed directly in the    *
 
22
 * .cf file, not overridden in site.def.                                   *
 
23
 *                                                                         *
 
24
 ***************************************************************************/
 
25
 
 
26
/* if you want host-specific customization, this is one way to do it */
 
27
/*
 
28
#ifndef SiteIConfigFiles
 
29
#define SiteIConfigFiles $(IRULESRC)/host.def
 
30
#define LocalConfigFiles host.def
 
31
#endif
 
32
*/
 
33
 
 
34
 
 
35
#ifdef BeforeVendorCF
 
36
 
 
37
/*
 
38
 * Include this for easy XFree86 customisations
 
39
 */
 
40
#ifndef SiteIConfigFiles
 
41
#define SiteIConfigFiles $(IRULESRC)/xf86site.def $(IRULESRC)/host.def
 
42
#endif
 
43
 
 
44
#include <host.def>
 
45
 
 
46
#include <xf86site.def>
 
47
 
 
48
/* On systems where cpp doesn't expand correctly macros in include directives
 
49
 * the two following macros need to be defined directly (where "X11" is
 
50
 * really whatever the TopLevelProject macro is defined to be).
 
51
 */
 
52
# if defined(AIXArchitecture) || defined(SVR4Architecture) || \
 
53
     defined(SCOArchitecture) || defined(Win32Architecture) || \
 
54
     defined(UXPArchitecture) || defined(SunArchitecture) || \
 
55
     defined(i386IscArchitecture)
 
56
#  ifndef ProjectRulesFile
 
57
#   define ProjectRulesFile     <Motif.rules>
 
58
#  endif
 
59
#  ifndef ProjectTmplFile
 
60
#   define ProjectTmplFile      <Motif.tmpl>
 
61
#  endif
 
62
# endif
 
63
 
 
64
/*
 
65
#ifndef HasGcc2
 
66
#define HasGcc2 YES
 
67
#endif
 
68
*/
 
69
 
 
70
#endif /* BeforeVendorCF */
 
71
 
 
72
#ifdef AfterVendorCF
 
73
 
 
74
#ifndef ProjectRoot
 
75
#define ProjectRoot /usr/X11R6
 
76
#endif
 
77
 
 
78
/* Only set HasXdmAuth to YES if you have a Wraphelp.c file. */
 
79
/* #define HasXdmAuth YES */
 
80
 
 
81
/* #define PreIncDir DefaultGccIncludeDir */
 
82
 
 
83
/*
 
84
#if defined(SunArchitecture) && defined(SparcArchitecture)
 
85
#define HasCodeCenter   YES
 
86
#ifndef SVR4Architecture
 
87
#define HasTestCenter   YES
 
88
#endif
 
89
#endif
 
90
*/
 
91
 
 
92
/*
 
93
#ifdef __hp9000s800
 
94
#define HasCodeCenter   YES
 
95
#endif
 
96
*/
 
97
 
 
98
/*
 
99
#if defined(SunArchitecture) && defined(SparcArchitecture) && !defined(SVR4Architecture)
 
100
#define HasPurify       YES
 
101
#endif
 
102
*/
 
103
 
 
104
/*
 
105
#define HasSentinel     YES
 
106
*/
 
107
 
 
108
/*
 
109
#undef DefaultUserPath
 
110
#define DefaultUserPath /bin:/usr/bin:$(BINDIR):/usr/ucb:/usr/local/bin
 
111
*/
 
112
 
 
113
 
 
114
/* You do NOT need SetUID if you only run the server under xdm */
 
115
/* You MAY need SetUID if users run the server by hand or under xinit */
 
116
/* Consult your system administrator before making the X server setuid */
 
117
/*
 
118
#if defined(SunArchitecture) && OSMajorVersion > 4
 
119
#define InstallXserverSetUID YES
 
120
#endif
 
121
*/
 
122
 
 
123
/* You do NOT need SetUID if you only run the server under xdm */
 
124
/* You MAY need SetUID if users run the server by hand or under xinit */
 
125
/* Consult your system administrator before making the X server setuid */
 
126
/*
 
127
#ifdef XFree86Version
 
128
#define InstallXserverSetUID YES
 
129
#endif
 
130
*/
 
131
 
 
132
#include <host.def>
 
133
 
 
134
#endif /* AfterVendorCF */