PostgreSQL Source Code
git master
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
f
h
i
n
o
p
r
s
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
solaris.h
Go to the documentation of this file.
1
/* src/include/port/solaris.h */
2
3
/*
4
* Sort this out for all operating systems some time. The __xxx
5
* symbols are defined on both GCC and Solaris CC, although GCC
6
* doesn't document them. The __xxx__ symbols are only on GCC.
7
*/
8
#if defined(__i386) && !defined(__i386__)
9
#define __i386__
10
#endif
11
12
#if defined(__amd64) && !defined(__amd64__)
13
#define __amd64__
14
#endif
15
16
#if defined(__x86_64) && !defined(__x86_64__)
17
#define __x86_64__
18
#endif
19
20
#if defined(__sparc) && !defined(__sparc__)
21
#define __sparc__
22
#endif
23
24
#if defined(__i386__)
25
#include <sys/isa_defs.h>
26
#endif
src
include
port
solaris.h
Generated on Tue Dec 3 2024 00:13:25 for PostgreSQL Source Code by
1.9.1