~ubuntu-branches/ubuntu/breezy/ace/breezy

« back to all changes in this revision

Viewing changes to ace/config-sco-5.0.0.h

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad, Benjamin Montgomery, Adam Conrad
  • Date: 2005-09-18 22:51:38 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 sarge) (0.1.2 woody)
  • Revision ID: james.westby@ubuntu.com-20050918225138-seav22q6fyylb536
Tags: 5.4.7-3ubuntu1
[ Benjamin Montgomery ]
* Added a patch for amd64 and powerpc that disables the compiler
  option -fvisibility-inlines-hidden

[ Adam Conrad ]
* Added DPATCH_OPTION_CPP=1 to debian/patches/00options to make
  Benjamin's above changes work correctly with dpatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* -*- C++ -*- */
2
 
// config-sco-5.0.0.h,v 4.17 2003/12/22 22:50:34 shuston Exp
3
 
 
4
 
#ifndef ACE_CONFIG_SCO_5_0_0_H
5
 
#define ACE_CONFIG_SCO_5_0_0_H
6
 
#include /**/ "ace/pre.h"
7
 
 
8
 
// Compiling for SCO.
9
 
#if !defined (SCO)
10
 
#define SCO
11
 
#endif /* SCO */
12
 
 
13
 
#if defined (SCO) && !defined (MAXPATHLEN)
14
 
#define MAXPATHLEN 1023
15
 
#endif /* SCO */
16
 
 
17
 
#define ACE_HAS_NONCONST_SELECT_TIMEVAL
18
 
#define ACE_HAS_SIG_MACROS
19
 
#define ACE_LACKS_CONST_TIMESPEC_PTR
20
 
#define ACE_LACKS_SYSCALL
21
 
#define ACE_LACKS_STRRECVFD
22
 
#define ACE_NEEDS_FTRUNCATE
23
 
#define ACE_LACKS_MADVISE
24
 
#define ACE_LACKS_NETDB_REENTRANT_FUNCTIONS
25
 
 
26
 
#define ACE_DEFAULT_CLOSE_ALL_HANDLES 0
27
 
 
28
 
// Compiler doesn't support static data member templates.
29
 
//#define ACE_LACKS_STATIC_DATA_MEMBER_TEMPLATES
30
 
 
31
 
// Platform supports System V IPC (most versions of UNIX, but not Win32)
32
 
#define ACE_HAS_SYSV_IPC
33
 
#define ACE_HAS_NONCONST_MSGSND
34
 
#define ACE_HAS_BIG_FD_SET
35
 
#define ACE_HAS_SVR4_DYNAMIC_LINKING
36
 
#define ACE_HAS_AUTOMATIC_INIT_FINI
37
 
 
38
 
// Platform supports Term Ioctls
39
 
#define ACE_HAS_TERM_IOCTLS
40
 
 
41
 
// Compiler/platform contains the <sys/syscall.h> file.
42
 
//#define ACE_HAS_SYSCALL_H
43
 
 
44
 
// Fixes a problem with HP/UX not wrapping the mmap(2) header files
45
 
// with extern "C".
46
 
//#define ACE_HAS_BROKEN_MMAP_H
47
 
 
48
 
// Prototypes for both signal() and struct sigaction are consistent.
49
 
#define ACE_HAS_CONSISTENT_SIGNAL_PROTOTYPES
50
 
 
51
 
// Compiler/platform has correctly prototyped header files.
52
 
#define ACE_HAS_CPLUSPLUS_HEADERS
53
 
 
54
 
// Header files lack t_errno for ACE_TLI.
55
 
//#define ACE_LACKS_T_ERRNO
56
 
 
57
 
// Compiler/platform supports poll().
58
 
// #define ACE_HAS_POLL
59
 
 
60
 
// Platform supports POSIX O_NONBLOCK semantics.
61
 
#define ACE_HAS_POSIX_NONBLOCK
62
 
 
63
 
// Compiler/platform defines the sig_atomic_t typedef
64
 
#define ACE_HAS_SIG_ATOMIC_T
65
 
 
66
 
// Compiler supports the ssize_t typedef.
67
 
//#define ACE_HAS_SSIZE_T
68
 
 
69
 
// Defines the page size of the system.
70
 
#define ACE_PAGE_SIZE 4096
71
 
 
72
 
// Compiler/platform supports strerror ().
73
 
#define ACE_HAS_STRERROR
74
 
 
75
 
#define ACE_HAS_TIMEZONE_GETTIMEOFDAY
76
 
 
77
 
// HP/UX has an undefined syscall for GETRUSAGE...
78
 
//#define ACE_HAS_SYSCALL_GETRUSAGE
79
 
 
80
 
// Note, this only works if the flag is set above!
81
 
//#define ACE_HAS_GETRUSAGE
82
 
 
83
 
// Platform uses int for select() rather than fd_set.
84
 
#define ACE_HAS_SELECT_H
85
 
 
86
 
// Platform has prototypes for ACE_TLI.
87
 
#define ACE_HAS_TLI_PROTOTYPES
88
 
// Platform has the XLI version of ACE_TLI.
89
 
// #define ACE_HAS_XLI
90
 
 
91
 
// Turns off the tracing feature.
92
 
#if !defined (ACE_NTRACE)
93
 
#define ACE_NTRACE 1
94
 
#endif /* ACE_NTRACE */
95
 
 
96
 
#define ACE_HAS_SIGINFO_T
97
 
#define ACE_HAS_UCONTEXT_T
98
 
 
99
 
#define ACE_LACKS_SYSTIME_H
100
 
#define ACE_LACKS_STRCASECMP
101
 
 
102
 
// #define      ACE_HAS_POSIX_TIME
103
 
#define ACE_HAS_IP_MULTICAST
104
 
#define ACE_HAS_DIRENT
105
 
#define ACE_LACKS_READDIR_R
106
 
#define ACE_HAS_GPERF
107
 
 
108
 
#include /**/ "ace/post.h"
109
 
#endif /* ACE_CONFIG_SCO_5_0_0_H */