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

« back to all changes in this revision

Viewing changes to config/cf/fujitsu.cf

  • 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 platform:  $TOG: fujitsu.cf /main/9 1997/04/17 14:11:44 barstow $
 
2
 
 
3
#ifndef OSName
 
4
# define OSName         DefaultOSName
 
5
#endif
 
6
#ifndef OSMajorVersion
 
7
# define OSMajorVersion DefaultOSMajorVersion
 
8
#endif
 
9
#ifndef OSMinorVersion
 
10
# define OSMinorVersion DefaultOSMinorVersion
 
11
#endif
 
12
XCOMM operating system: OSName (OSMajorVersion./**/OSMinorVersion)
 
13
 
 
14
#define PatheticCpp        YES
 
15
 
 
16
#ifdef SparcArchitecture
 
17
 
 
18
#define BootstrapCFlags    -D__uxp__
 
19
#define StandardDefines    -D__uxp__ -DSVR4 -DANSICPP
 
20
#define StandardCppDefines -D__uxp__ -DSVR4 -DANSICPP
 
21
 
 
22
#define CppCmd             /usr/ccs/lib/cpp
 
23
 
 
24
#ifndef  ArCmdBase
 
25
# define ArCmdBase      /usr/ccs/bin/ar
 
26
#endif
 
27
#ifndef  AsCmd
 
28
# define AsCmd          /usr/ccs/bin/as
 
29
#endif
 
30
#ifndef  CcCmd
 
31
# define CcCmd          /usr/ccs/bin/cc
 
32
#endif
 
33
#ifndef  CplusplusCmd
 
34
# define CplusplusCmd   /opt/uxpcplus/bin/CC
 
35
#endif
 
36
#ifndef  CplusplusFilt
 
37
# define CplusplusFilt  /opt/uxpcplus/bin/c++filt
 
38
#endif
 
39
#ifndef  CplusplusDependIncludes
 
40
# define CplusplusDependIncludes        -I/opt/uxpcplus/include/CC
 
41
#endif
 
42
#ifndef  LdCmd
 
43
# define LdCmd          /usr/ccs/bin/ld
 
44
#endif
 
45
#ifndef  LexCmd
 
46
# define LexCmd         /usr/ccs/bin/lex
 
47
#endif
 
48
#ifndef  YaccCmd
 
49
# define YaccCmd        /usr/ccs/bin/yacc
 
50
#endif
 
51
 
 
52
#define BuildLibPathVar    LD_LIBRARY_PATH
 
53
#define SystemV4           YES
 
54
#define HasSockets         YES
 
55
#define DBMLibrary         /* ndbm modules are in -lc */
 
56
#define HasNdbm            YES
 
57
#ifndef HasLdRunPath
 
58
#define HasLdRunPath       YES
 
59
#endif
 
60
#define BuildServer        NO
 
61
 
 
62
#include <sv4Lib.rules>
 
63
 
 
64
#endif
 
65
 
 
66
#ifdef mc68000Architecture
 
67
 
 
68
#define BootstrapCFlags    -D__sxg__
 
69
#define StandardDefines    -D__sxg__ -DSYSV -DUSG -DNOSTDHDRS -I/usr/xwin/include
 
70
#define StandardCppDefines -D__sxg__ -DSYSV -DUSG -DNOSTDHDRS -I/usr/xwin/include
 
71
 
 
72
#define LnCmd              ln
 
73
 
 
74
#define DoRanlibCmd        NO 
 
75
#define DefaultCCOptions   +Z384
 
76
#define ExtraLibraries     -lXbsd -lsocket -lu
 
77
#define TermcapLibrary     -lcurses
 
78
#define BuildServer        NO
 
79
#define HasSymLinks        NO
 
80
#define HasVFork           NO
 
81
#define XawI18nDefines     -DUSE_XWCHAR_STRING -DUSE_XMBTOWC
 
82
 
 
83
#endif
 
84
 
 
85
#define GencatFlags             -m
 
86
 
 
87
#define DtSvcDefines            -DXK_MISCELLANY -DMULTIBYTE -DNO_REGCOMP -DHAVE_PTMS
 
88
#define DtSearchDefines         -DI18N_MSG DtSvcDefines -DNEED_STRCASECMP
 
89
#define DtWidgetDefines         DtSearchDefines
 
90
 
 
91
#define ArchitectureDefines     -DUXP_ARCHITECTURE
 
92
 
 
93
#define CdeProjectDefines \
 
94
        -DMULTIBYTE -DNLS16 \
 
95
        -DOSMAJORVERSION=OSMajorVersion -DOSMINORVERSION=OSMinorVersion