lcore.org gitweb
/
lcore.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
move ipv6 connectivity check from dnscore init to a reusable function in lcorelocalips
[lcore.git]
/
pgtypes.inc
1
{$ifdef cpu386}
\r
2
{$define i386}
\r
3
{$define cpux86}
\r
4
{$endif}
\r
5
\r
6
{$ifdef cpuamd64}
\r
7
{$define cpux64}
\r
8
{$endif}
\r
9
\r
10
\r
11
{$ifdef i386}
\r
12
{$define ENDIAN_LITTLE}
\r
13
{$ifdef fpc}{$asmmode intel}{$endif}
\r
14
{$endif}
\r
15
\r
16
{$ifdef cpux64}
\r
17
{$define ENDIAN_LITTLE}
\r
18
{$ifdef fpc}{$asmmode intel}{$endif}
\r
19
{$endif}
\r
20
\r