Kstars
1 #if !defined(_SpatialGeneral_h)
2 #define _SpatialGeneral_h
50 #if !defined(OO_MACHINE_H) && !defined(OO_CONFIG_H) && !defined(SXGENERAL_H)
52 typedef unsigned char uint8;
53 typedef short int int16;
54 typedef unsigned short int uint16;
56 typedef unsigned int uint32;
57 typedef float float32;
58 typedef double float64;
61 typedef __int64 int64;
62 typedef unsigned __int64 uint64;
64 typedef long long int64;
65 typedef unsigned long long uint64;
68 typedef long long int64;
69 typedef unsigned long long uint64;
73 #if defined(__sun) || defined(__sgi)
74 #define SPATIALBIGENDIAN
79 #define HTMMAXDEPTH 25
80 #define MAX_SQL_DEPTH 20
86 const float64 gPi = 3.1415926535897932385E0;
87 const float64 gPr = gPi / 180.0;
88 const float64 gEpsilon = 1.0E-15;
104 #if defined(__APPLE__)
108 #if defined(__unix__) || defined(__unix)
110 #elif defined(_WIN32)
111 #define SpatialWinNT 1
113 #pragma warning(disable : 4251)
118 #define LINKAGE __declspec(dllexport)
120 #define LINKAGE __declspec(dllimport)
126 #define IDHIGHBIT 0x8000000000000000LL
127 #define IDHIGHBIT2 0x4000000000000000LL
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Fri Aug 19 2022 03:57:55 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.