home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 January / Chip_2001-01_cd1.bin / tema / mysql / mysql-3.23.28g-win-source.exe / include / global.h < prev    next >
C/C++ Source or Header  |  2000-11-16  |  28KB  |  871 lines

  1. /* Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
  2.    
  3.    This library is free software; you can redistribute it and/or
  4.    modify it under the terms of the GNU Library General Public
  5.    License as published by the Free Software Foundation; either
  6.    version 2 of the License, or (at your option) any later version.
  7.    
  8.    This library is distributed in the hope that it will be useful,
  9.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  10.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  11.    Library General Public License for more details.
  12.    
  13.    You should have received a copy of the GNU Library General Public
  14.    License along with this library; if not, write to the Free
  15.    Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
  16.    MA 02111-1307, USA */
  17.  
  18. /* This is the main include file that should included 'first' in every
  19.    C file. */
  20.  
  21. #ifndef _global_h
  22. #define _global_h
  23.  
  24. #if defined(_WIN32) || defined(_WIN64) || defined(__WIN32__) || defined(WIN32)
  25. #include <config-win.h>
  26. #else
  27. #include <my_config.h>
  28. #endif
  29. #if defined(__cplusplus)
  30. #if defined(inline)
  31. #undef inline                /* fix configure problem */
  32. #endif
  33. #endif /* _cplusplus */
  34.  
  35. /* The client defines this to avoid all thread code */
  36. #if defined(UNDEF_THREADS_HACK)
  37. #undef THREAD
  38. #undef HAVE_mit_thread
  39. #undef HAVE_LINUXTHREADS
  40. #undef HAVE_UNIXWARE7_THREADS
  41. #endif
  42.  
  43. #ifdef HAVE_THREADS_WITHOUT_SOCKETS
  44. /* MIT pthreads does not work with unix sockets */
  45. #undef HAVE_SYS_UN_H
  46. #endif
  47.  
  48. #define __EXTENSIONS__ 1    /* We want some extension */
  49. #ifndef __STDC_EXT__
  50. #define __STDC_EXT__ 1          /* To get large file support on hpux */
  51. #endif
  52. #if defined(THREAD) && defined(HAVE_LINUXTHREADS) && defined(HAVE_PTHREAD_RWLOCK_RDLOCK)
  53. #define _GNU_SOURCE 1
  54. #endif
  55.  
  56. #if defined(THREAD) && !defined(__WIN__)
  57. #ifndef _POSIX_PTHREAD_SEMANTICS
  58. #define _POSIX_PTHREAD_SEMANTICS /* We want posix threads */
  59. #endif
  60. /* was #if defined(HAVE_LINUXTHREADS) || defined(HAVE_DEC_THREADS) || defined(HPUX) */
  61. #if !defined(SCO)
  62. #define _REENTRANT    1    /* Some thread libraries require this */
  63. #endif
  64. #if !defined(_THREAD_SAFE) && !defined(_AIX)
  65. #define _THREAD_SAFE            /* Required for OSF1 */
  66. #endif
  67. #ifndef HAVE_mit_thread
  68. #ifdef HAVE_UNIXWARE7_THREADS
  69. #include <thread.h>
  70. #else
  71. #include <pthread.h>        /* AIX must have this included first */
  72. #endif /* HAVE_UNIXWARE7_THREADS */
  73. #endif /* HAVE_mit_thread */
  74. #if !defined(SCO) && !defined(_REENTRANT)
  75. #define _REENTRANT    1    /* Threads requires reentrant code */
  76. #endif
  77. #endif /* THREAD */
  78.  
  79. /* Go around some bugs in different OS and compilers */
  80. #ifdef _AIX            /* By soren@t.dk */
  81. #define _H_STRINGS
  82. #define _SYS_STREAM_H
  83. #define _AIX32_CURSES
  84. #endif
  85.  
  86. #ifdef HAVE_BROKEN_SNPRINTF    /* HPUX 10.20 don't have this defined */
  87. #undef HAVE_SNPRINTF
  88. #endif
  89. #ifdef HAVE_BROKEN_PREAD    /* These doesn't work on HPUX 11.x */
  90. #undef HAVE_PREAD
  91. #undef HAVE_PWRITE
  92. #endif
  93.  
  94. #ifdef UNDEF_HAVE_GETHOSTBYNAME_R        /* For OSF4.x */
  95. #undef HAVE_GETHOSTBYNAME_R
  96. #endif
  97. #ifdef UNDEF_HAVE_INITGROUPS            /* For AIX 4.3 */
  98. #undef HAVE_INITGROUPS
  99. #endif
  100.  
  101. /* Fix a bug in gcc 2.8.0 on IRIX 6.2 */
  102. #if SIZEOF_LONG == 4 && defined(__LONG_MAX__)
  103. #undef __LONG_MAX__             /* Is a longlong value in gcc 2.8.0 ??? */
  104. #define __LONG_MAX__ 2147483647
  105. #endif
  106.  
  107. /* egcs 1.1.2 has a problem with memcpy on Alpha */
  108. #if defined(__GNUC__) && defined(__alpha__) && ! (__GNUC__ > 2 || (__GNUC__ == 2 &&  __GNUC_MINOR__ >= 95))
  109. #define BAD_MEMCPY
  110. #endif
  111.  
  112. /* In Linux-alpha we have atomic.h if we are using gcc */
  113. #if defined(HAVE_LINUXTHREADS) && defined(__GNUC__) && defined(__alpha__) && (__GNUC__ > 2 || ( __GNUC__ == 2 &&  __GNUC_MINOR__ >= 95)) && !defined(HAVE_ATOMIC_ADD)
  114. #define HAVE_ATOMIC_ADD
  115. #define HAVE_ATOMIC_SUB
  116. #endif
  117.  
  118. /* In Linux-ia64 including atomic.h will give us an error */
  119. #if (defined(HAVE_LINUXTHREADS) && defined(__GNUC__) && defined(__ia64__)) || !defined(THREAD)
  120. #undef HAVE_ATOMIC_ADD
  121. #undef HAVE_ATOMIC_SUB
  122. #endif
  123.  
  124. #if defined(_lint) && !defined(lint)
  125. #define lint
  126. #endif
  127. #if SIZEOF_LONG_LONG > 4 && !defined(_LONG_LONG)
  128. #define _LONG_LONG 1        /* For AIX string library */
  129. #endif
  130.  
  131. #ifndef stdin
  132. #include <stdio.h>
  133. #endif
  134. #ifdef HAVE_STDLIB_H
  135. #include <stdlib.h>
  136. #endif
  137. #ifdef HAVE_STDDEF_H
  138. #include <stddef.h>
  139. #endif
  140.  
  141. #include <math.h>
  142. #ifdef HAVE_LIMITS_H
  143. #include <limits.h>
  144. #endif
  145. #ifdef HAVE_FLOAT_H
  146. #include <float.h>
  147. #endif
  148.  
  149. #ifdef HAVE_SYS_TYPES_H
  150. #include <sys/types.h>
  151. #endif
  152. #ifdef HAVE_FCNTL_H
  153. #include <fcntl.h>
  154. #endif
  155. #ifdef HAVE_SYS_TIMEB_H
  156. #include <sys/timeb.h>                /* Avoid warnings on SCO */
  157. #endif
  158. #if TIME_WITH_SYS_TIME
  159. # include <sys/time.h>
  160. # include <time.h>
  161. #else
  162. # if HAVE_SYS_TIME_H
  163. #  include <sys/time.h>
  164. # else
  165. #  include <time.h>
  166. # endif
  167. #endif /* TIME_WITH_SYS_TIME */
  168. #ifdef HAVE_UNISTD_H
  169. #include <unistd.h>
  170. #endif
  171. #if defined(__cplusplus) && defined(NO_CPLUSPLUS_ALLOCA)
  172. #undef HAVE_ALLOCA
  173. #undef HAVE_ALLOCA_H
  174. #endif
  175. #ifdef HAVE_ALLOCA_H
  176. #include <alloca.h>
  177. #endif
  178. #ifdef HAVE_ATOMIC_ADD
  179. #define __SMP__
  180. #include <asm/atomic.h>
  181. #endif
  182.  
  183. /* Go around some bugs in different OS and compilers */
  184. #if defined(_HPUX_SOURCE) && defined(HAVE_SYS_STREAM_H)
  185. #include <sys/stream.h>        /* HPUX 10.20 defines ulong here. UGLY !!! */
  186. #define HAVE_ULONG
  187. #endif
  188. #ifdef DONT_USE_FINITE        /* HPUX 11.x has is_finite() */
  189. #undef HAVE_FINITE
  190. #endif
  191.  
  192. /* We can not live without these */
  193.  
  194. #define USE_MYFUNC 1        /* Must use syscall indirection */
  195. #define MASTER 1        /* Compile without unireg */
  196. #define ENGLISH 1        /* Messages in English */
  197. #define POSIX_MISTAKE 1        /* regexp: Fix stupid spec error */
  198. #define USE_REGEX 1        /* We want the use the regex library */
  199. /* Do not define for ultra sparcs */
  200. #define USE_BMOVE512 1        /* Use this unless the system bmove is faster */
  201.  
  202. /* Paranoid settings. Define I_AM_PARANOID if you are paranoid */
  203. #ifdef I_AM_PARANOID
  204. #define DONT_ALLOW_USER_CHANGE 1
  205. #define DONT_USE_MYSQL_PWD 1
  206. #endif
  207.  
  208. /* #define USE_some_charset 1 was deprecated by changes to configure */
  209. /* my_ctype my_to_upper, my_to_lower, my_sort_order gain theit right value */
  210. /* automagically during configuration */
  211.  
  212. /* Does the system remember a signal handler after a signal ? */
  213. #ifndef HAVE_BSD_SIGNALS
  214. #define DONT_REMEMBER_SIGNAL
  215. #endif
  216.  
  217. /* Define void to stop lint from generating "null effekt" comments */
  218. #ifndef DONT_DEFINE_VOID
  219. #ifdef _lint
  220. int    __void__;
  221. #define VOID(X)        (__void__ = (int) (X))
  222. #else
  223. #undef VOID
  224. #define VOID(X)        (X)
  225. #endif
  226. #endif /* DONT_DEFINE_VOID */
  227.  
  228. #if defined(_lint) || defined(FORCE_INIT_OF_VARS)
  229. #define LINT_INIT(var)    var=0            /* No uninitialize-warning */
  230. #else
  231. #define LINT_INIT(var)
  232. #endif
  233.  
  234. /* Define som useful general macros */
  235. #if defined(__cplusplus) && defined(__GNUC__)
  236. #define max(a, b)    ((a) >? (b))
  237. #define min(a, b)    ((a) <? (b))
  238. #elif !defined(max)
  239. #define max(a, b)    ((a) > (b) ? (a) : (b))
  240. #define min(a, b)    ((a) < (b) ? (a) : (b))
  241. #endif
  242.  
  243. #if defined(__EMX__) || !defined(HAVE_UINT)
  244. typedef unsigned int uint;
  245. typedef unsigned short ushort;
  246. #endif
  247.  
  248. #define sgn(a)        (((a) < 0) ? -1 : ((a) > 0) ? 1 : 0)
  249. #define swap(t,a,b)    { register t dummy; dummy = a; a = b; b = dummy; }
  250. #define test(a)        ((a) ? 1 : 0)
  251. #define set_if_bigger(a,b)  { if ((a) < (b)) (a)=(b); }
  252. #define set_if_smaller(a,b) { if ((a) > (b)) (a)=(b); }
  253. #define test_all_bits(a,b) (((a) & (b)) == (b))
  254. #define array_elements(A) ((uint) (sizeof(A)/sizeof(A[0])))
  255. #ifndef HAVE_RINT
  256. #define rint(A) floor((A)+0.5)
  257. #endif
  258.  
  259. /* Define som general constants */
  260. #ifndef TRUE
  261. #define TRUE        (1)    /* Logical true */
  262. #define FALSE        (0)    /* Logical false */
  263. #endif
  264.  
  265. #if defined(__GNUC__)
  266. #define function_volatile    volatile
  267. #define my_reinterpret_cast(A) reinterpret_cast<A>
  268. #define my_const_cast(A) const_cast<A>
  269. #elif !defined(my_reinterpret_cast)
  270. #define my_reinterpret_cast(A) (A)
  271. #define my_const_cast(A) (A)
  272. #endif
  273. #if !defined(__attribute__) && (defined(__cplusplus) || !defined(__GNUC__)  || __GNUC__ == 2 && __GNUC_MINOR__ < 8)
  274. #define __attribute__(A)
  275. #endif
  276.  
  277. /* From old s-system.h */
  278.  
  279. /* Support macros for non ansi & other old compilers. Since such
  280.    things are no longer supported we do nothing. We keep then since
  281.    some of our code may still be needed to upgrade old customers. */
  282. #define _VARARGS(X) X
  283. #define _STATIC_VARARGS(X) X
  284. #define _PC(X)    X
  285.  
  286. #if defined(DBUG_ON) && defined(DBUG_OFF)
  287. #undef DBUG_OFF
  288. #endif
  289.  
  290. #if defined(_lint) && !defined(DBUG_OFF)
  291. #define DBUG_OFF
  292. #endif
  293.  
  294. #include <dbug.h>
  295. #ifndef DBUG_OFF
  296. #define dbug_assert(A) assert(A)
  297. #else
  298. #define dbug_assert(A)
  299. #endif
  300.  
  301. #define MIN_ARRAY_SIZE    0    /* Zero or One. Gcc allows zero*/
  302. #define ASCII_BITS_USED 8    /* Bit char used */
  303. #define NEAR_F            /* No near function handling */
  304.  
  305. /* Some types that is different between systems */
  306.  
  307. typedef int    File;        /* File descriptor */
  308. #ifndef Socket_defined
  309. typedef int    my_socket;    /* File descriptor for sockets */
  310. #define INVALID_SOCKET -1
  311. #endif
  312. typedef RETSIGTYPE sig_handler; /* Function to handle signals */
  313. typedef void    (*sig_return)();/* Returns type from signal */
  314. #if defined(__GNUC__) && !defined(_lint)
  315. typedef char    pchar;        /* Mixed prototypes can take char */
  316. typedef char    puchar;        /* Mixed prototypes can take char */
  317. typedef char    pbool;        /* Mixed prototypes can take char */
  318. typedef short    pshort;        /* Mixed prototypes can take short int */
  319. typedef float    pfloat;        /* Mixed prototypes can take float */
  320. #else
  321. typedef int    pchar;        /* Mixed prototypes can't take char */
  322. typedef uint    puchar;        /* Mixed prototypes can't take char */
  323. typedef int    pbool;        /* Mixed prototypes can't take char */
  324. typedef int    pshort;        /* Mixed prototypes can't take short int */
  325. typedef double    pfloat;        /* Mixed prototypes can't take float */
  326. #endif
  327. typedef int    (*qsort_cmp)(const void *,const void *);
  328. #ifdef HAVE_mit_thread
  329. #define qsort_t void
  330. #undef QSORT_TYPE_IS_VOID
  331. #define QSORT_TYPE_IS_VOID
  332. #else
  333. #define qsort_t RETQSORTTYPE    /* Broken GCC cant handle typedef !!!! */
  334. #endif
  335. #ifdef HAVE_mit_thread
  336. #define size_socket socklen_t    /* Type of last arg to accept */
  337. #else
  338. #ifdef HAVE_SYS_SOCKET_H
  339. #include <sys/socket.h>
  340. #endif
  341. typedef SOCKET_SIZE_TYPE size_socket;
  342. #endif
  343.  
  344. /* file create flags */
  345.  
  346. #ifndef O_SHARE
  347. #define O_SHARE        0    /* Flag to my_open for shared files */
  348. #ifndef O_BINARY
  349. #define O_BINARY    0    /* Flag to my_open for binary files */
  350. #endif
  351. #define FILE_BINARY    0    /* Flag to my_fopen for binary streams */
  352. #ifdef HAVE_FCNTL
  353. #define HAVE_FCNTL_LOCK
  354. #define F_TO_EOF    0L    /* Param to lockf() to lock rest of file */
  355. #endif
  356. #endif /* O_SHARE */
  357. #ifndef O_TEMPORARY
  358. #define O_TEMPORARY    0
  359. #endif
  360. #ifndef O_SHORT_LIVED
  361. #define O_SHORT_LIVED    0
  362. #endif
  363.  
  364. /* #define USE_RECORD_LOCK    */
  365.  
  366.     /* Unsigned types supported by the compiler */
  367. #define UNSINT8            /* unsigned int8 (char) */
  368. #define UNSINT16        /* unsigned int16 */
  369. #define UNSINT32        /* unsigned int32 */
  370.  
  371.     /* General constants */
  372. #define SC_MAXWIDTH    256    /* Max width of screen (for error messages) */
  373. #define FN_LEN        256    /* Max file name len */
  374. #define FN_HEADLEN    253    /* Max length of filepart of file name */
  375. #define FN_EXTLEN    20    /* Max length of extension (part of FN_LEN) */
  376. #define FN_REFLEN    512    /* Max length of full path-name */
  377. #define FN_EXTCHAR    '.'
  378. #define FN_HOMELIB    '~'    /* ~/ is used as abbrev for home dir */
  379. #define FN_CURLIB    '.'    /* ./ is used as abbrev for current dir */
  380. #define FN_PARENTDIR    ".."    /* Parentdirectory; Must be a string */
  381. #define FN_DEVCHAR    ':'
  382.  
  383. #ifndef FN_LIBCHAR
  384. #define FN_LIBCHAR    '/'
  385. #define FN_ROOTDIR    "/"
  386. #define MY_NFILE    1024    /* This is only used to save filenames */
  387. #endif
  388.  
  389. /* #define EXT_IN_LIBNAME     */
  390. /* #define FN_NO_CASE_SENCE   */
  391. /* #define FN_UPPER_CASE TRUE */
  392.  
  393. /* Io buffer size; Must be a power of 2 and a multiple of 512. May be
  394.    smaller what the disk page size. This influences the speed of the
  395.    isam btree library. eg to big to slow. */
  396. #define IO_SIZE            4096
  397. /* How much overhead does malloc have. The code often allocates
  398.    something like 1024-MALLOC_OVERHEAD bytes */
  399. #ifdef SAFEMALLOC
  400. #define MALLOC_OVERHEAD (8+24+4)
  401. #else
  402. #define MALLOC_OVERHEAD 8
  403. #endif
  404.     /* get memory in huncs */
  405. #define ONCE_ALLOC_INIT        (uint) (4096-MALLOC_OVERHEAD)
  406.     /* Typical record cash */
  407. #define RECORD_CACHE_SIZE    (uint) (64*1024-MALLOC_OVERHEAD)
  408.     /* Typical key cash */
  409. #define KEY_CACHE_SIZE        (uint) (8*1024*1024-MALLOC_OVERHEAD)
  410.  
  411.     /* Some things that this system doesn't have */
  412.  
  413. #define ONLY_OWN_DATABASES    /* We are using only databases by monty */
  414. #define NO_PISAM        /* Not needed anymore */
  415. #define NO_MISAM        /* Not needed anymore */
  416. #define NO_HASH            /* Not needed anymore */
  417. #ifdef __WIN__
  418. #define NO_DIR_LIBRARY        /* Not standar dir-library */
  419. #define USE_MY_STAT_STRUCT    /* For my_lib */
  420. #endif
  421.  
  422. /* Some things that this system does have */
  423.  
  424. #ifndef HAVE_ITOA
  425. #define USE_MY_ITOA        /* There is no itoa */
  426. #endif
  427.  
  428. /* Some defines of functions for portability */
  429.  
  430. #ifndef HAVE_ATOD
  431. #define atod        atof
  432. #endif
  433. #ifdef USE_MY_ATOF
  434. #define atof        my_atof
  435. extern void        init_my_atof(void);
  436. extern double        my_atof(const char*);
  437. #endif
  438. #undef remove        /* Crashes MySQL on SCO 5.0.0 */
  439. #ifndef __WIN__
  440. #define closesocket(A)    close(A)
  441. #ifndef ulonglong2double
  442. #define ulonglong2double(A) ((double) (A))
  443. #define my_off_t2double(A)  ((double) (A))
  444. #endif
  445. #endif
  446.  
  447. #ifndef offsetof
  448. #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
  449. #endif
  450. #define ulong_to_double(X) ((double) (ulong) (X))
  451. #define SET_STACK_SIZE(X)    /* Not needed on real machines */
  452.  
  453. #if !defined(HAVE_mit_thread) && !defined(HAVE_STRTOK_R)
  454. #define strtok_r(A,B,C) strtok((A),(B))
  455. #endif
  456.  
  457. #ifdef HAVE_LINUXTHREADS
  458. /* #define pthread_sigmask(A,B,C) sigprocmask((A),(B),(C)) */
  459. /* #define sigset(A,B) signal((A),(B)) */
  460. #endif
  461.  
  462. /* Remove some things that mit_thread break or doesn't support */
  463. #if defined(HAVE_mit_thread) && defined(THREAD)
  464. #undef HAVE_PREAD
  465. #undef HAVE_REALPATH
  466. #undef HAVE_MLOCK
  467. #undef HAVE_TEMPNAM                /* Use ours */
  468. #undef HAVE_PTHREAD_SETPRIO
  469. #endif
  470.  
  471. /* This is from the old m-machine.h file */
  472.  
  473. #if SIZEOF_LONG_LONG > 4
  474. #define HAVE_LONG_LONG 1
  475. #endif
  476.  
  477. #if defined(HAVE_LONG_LONG) && !defined(LONGLONG_MIN)
  478. #define LONGLONG_MIN    ((long long) 0x8000000000000000LL)
  479. #define LONGLONG_MAX    ((long long) 0x7FFFFFFFFFFFFFFFLL)
  480. #endif
  481.  
  482. #if SIZEOF_LONG == 4
  483. #define INT_MIN32    (long) 0x80000000L
  484. #define INT_MAX32    (long) 0x7FFFFFFFL
  485. #define INT_MIN24    ((long) 0xff800000L)
  486. #define INT_MAX24    0x007fffffL
  487. #define INT_MIN16    ((short int) 0x8000)
  488. #define INT_MAX16    0x7FFF
  489. #define INT_MIN8    ((char) 0x80)
  490. #define INT_MAX8    ((char) 0x7F)
  491. #else  /* Probably Alpha */
  492. #define INT_MIN32    ((long) (int) 0x80000000)
  493. #define INT_MAX32    ((long) (int) 0x7FFFFFFF)
  494. #define INT_MIN24    ((long) (int) 0xff800000)
  495. #define INT_MAX24    ((long) (int) 0x007fffff)
  496. #define INT_MIN16    ((short int) 0xffff8000)
  497. #define INT_MAX16    ((short int) 0x00007FFF)
  498. #endif
  499.  
  500. /* From limits.h instead */
  501. #ifndef DBL_MIN
  502. #define DBL_MIN        4.94065645841246544e-324
  503. #define FLT_MIN        ((float)1.40129846432481707e-45)
  504. #endif
  505. #ifndef DBL_MAX
  506. #define DBL_MAX        1.79769313486231470e+308
  507. #define FLT_MAX        ((float)3.40282346638528860e+38)
  508. #endif
  509.  
  510. /* Max size that must be added to a so that we know Size to make
  511.    adressable obj. */
  512. typedef long        my_ptrdiff_t;
  513. #define MY_ALIGN(A,L)    (((A) + (L) - 1) & ~((L) - 1))
  514. #define ALIGN_SIZE(A)    MY_ALIGN((A),sizeof(double))
  515. /* Size to make adressable obj. */
  516. #define ALIGN_PTR(A, t) ((t*) MY_ALIGN((A),sizeof(t)))
  517.              /* Offset of filed f in structure t */
  518. #define OFFSET(t, f)    ((size_t)(char *)&((t *)0)->f)
  519. #define ADD_TO_PTR(ptr,size,type) (type) ((byte*) (ptr)+size)
  520. #define PTR_BYTE_DIFF(A,B) (my_ptrdiff_t) ((byte*) (A) - (byte*) (B))
  521.  
  522. #define NullS        (char *) 0
  523. /* Nowdays we do not support MessyDos */
  524. #ifndef NEAR
  525. #define NEAR                /* Who needs segments ? */
  526. #define FAR                /* On a good machine */
  527. #define HUGE_PTR
  528. #endif
  529. #ifndef STDCALL
  530. #define STDCALL
  531. #endif
  532.  
  533. /* Typdefs for easyier portability */
  534.  
  535. #if defined(VOIDTYPE)
  536. typedef void    *gptr;        /* Generic pointer */
  537. #else
  538. typedef char    *gptr;        /* Generic pointer */
  539. #endif
  540. #ifndef HAVE_INT_8_16_32
  541. typedef char    int8;        /* Signed integer >= 8    bits */
  542. typedef short    int16;        /* Signed integer >= 16 bits */
  543. #endif
  544. #ifndef HAVE_UCHAR
  545. typedef unsigned char    uchar;    /* Short for unsigned char */
  546. #endif
  547. typedef unsigned char    uint8;    /* Short for unsigned integer >= 8  bits */
  548. typedef unsigned short    uint16; /* Short for unsigned integer >= 16 bits */
  549.  
  550. #if SIZEOF_INT == 4
  551. #ifndef HAVE_INT_8_16_32
  552. typedef int        int32;
  553. #endif
  554. typedef unsigned int    uint32; /* Short for unsigned integer >= 32 bits */
  555. #elif SIZEOF_LONG == 4
  556. #ifndef HAVE_INT_8_16_32
  557. typedef long        int32;
  558. #endif
  559. typedef unsigned long    uint32; /* Short for unsigned integer >= 32 bits */
  560. #else
  561. error "Neither int or long is of 4 bytes width"
  562. #endif
  563.  
  564. #if !defined(HAVE_ULONG) && !defined(HAVE_LINUXTHREADS) && !defined(__USE_MISC)
  565. typedef unsigned long    ulong;    /* Short for unsigned long */
  566. #endif
  567. #ifndef longlong_defined
  568. #if defined(HAVE_LONG_LONG) && SIZEOF_LONG != 8
  569. typedef unsigned long long ulonglong;    /* ulong or unsigned long long */
  570. typedef long long    longlong;
  571. #else
  572. typedef unsigned long    ulonglong;    /* ulong or unsigned long long */
  573. typedef long        longlong;
  574. #endif
  575. #endif
  576.  
  577. #ifdef USE_RAID
  578. /* The following is done with a if to not get problems with pre-processors
  579.    with late define evaluation */
  580. #if SIZEOF_OFF_T == 4
  581. #define SYSTEM_SIZEOF_OFF_T 4
  582. #else
  583. #define SYSTEM_SIZEOF_OFF_T 8
  584. #endif
  585. #undef  SIZEOF_OFF_T
  586. #define SIZEOF_OFF_T        8
  587. #else
  588. #define SYSTEM_SIZEOF_OFF_T SIZEOF_OFF_T
  589. #endif /* USE_RAID */
  590.  
  591. #if SIZEOF_OFF_T > 4
  592. typedef ulonglong my_off_t;
  593. #else
  594. typedef unsigned long my_off_t;
  595. #endif
  596. #define MY_FILEPOS_ERROR    (~(my_off_t) 0)
  597. #ifndef __WIN__
  598. typedef off_t os_off_t;
  599. #endif
  600.  
  601. typedef uint8        int7;    /* Most effective integer 0 <= x <= 127 */
  602. typedef short        int15;    /* Most effective integer 0 <= x <= 32767 */
  603. typedef char        *my_string; /* String of characters */
  604. typedef unsigned long    size_s; /* Size of strings (In string-funcs) */
  605. typedef int        myf;    /* Type of MyFlags in my_funcs */
  606. #ifndef byte_defined
  607. typedef char        byte;    /* Smallest addressable unit */
  608. #endif
  609. typedef char        my_bool; /* Small bool */
  610. #if !defined(bool) && !defined(bool_defined) && (!defined(HAVE_BOOL) || !defined(__cplusplus))
  611. typedef char        bool;    /* Ordinary boolean values 0 1 */
  612. #endif
  613.     /* Macros for converting *constants* to the right type */
  614. #define INT8(v)        (int8) (v)
  615. #define INT16(v)    (int16) (v)
  616. #define INT32(v)    (int32) (v)
  617. #define MYF(v)        (myf) (v)
  618.  
  619. /* Defines to make it possible to prioritize register assignments. No
  620.    longer needed with moder compilers */
  621. #ifndef USING_X
  622. #define reg1 register
  623. #define reg2 register
  624. #define reg3 register
  625. #define reg4 register
  626. #define reg5 register
  627. #define reg6 register
  628. #define reg7 register
  629. #define reg8 register
  630. #define reg9 register
  631. #define reg10 register
  632. #define reg11 register
  633. #define reg12 register
  634. #define reg13 register
  635. #define reg14 register
  636. #define reg15 register
  637. #define reg16 register
  638. #endif
  639.  
  640. /* Defines for time function */
  641. #define SCALE_SEC    100
  642. #define SCALE_USEC    10000
  643. #define MY_HOW_OFTEN_TO_ALARM    2    /* How often we want info on screen */
  644. #define MY_HOW_OFTEN_TO_WRITE    1000    /* How often we want info on screen */
  645.  
  646. /*
  647. ** Define-funktions for reading and storing in machine independent format
  648. **  (low byte first)
  649. */
  650.  
  651. /* Optimized store functions for Intel x86 */
  652. #ifdef __i386__
  653. #define sint2korr(A)    (*((int16 *) (A)))
  654. #define sint3korr(A)    ((int32) ((((uchar) (A)[2]) & 128) ? \
  655.                   (((uint32) 255L << 24) | \
  656.                    (((uint32) (uchar) (A)[2]) << 16) |\
  657.                    (((uint32) (uchar) (A)[1]) << 8) | \
  658.                    ((uint32) (uchar) (A)[0])) : \
  659.                   (((uint32) (uchar) (A)[2]) << 16) |\
  660.                   (((uint32) (uchar) (A)[1]) << 8) | \
  661.                   ((uint32) (uchar) (A)[0])))
  662. #define sint4korr(A)    (*((long *) (A)))
  663. #define uint2korr(A)    (*((uint16 *) (A)))
  664. #define uint3korr(A)    (long) (*((unsigned long *) (A)) & 0xFFFFFF)
  665. #define uint4korr(A)    (*((unsigned long *) (A)))
  666. #define uint5korr(A)    ((ulonglong)(((uint32) ((uchar) (A)[0])) +\
  667.                     (((uint32) ((uchar) (A)[1])) << 8) +\
  668.                     (((uint32) ((uchar) (A)[2])) << 16) +\
  669.                     (((uint32) ((uchar) (A)[3])) << 24)) +\
  670.                      (((ulonglong) ((uchar) (A)[4])) << 32))
  671. #define uint8korr(A)    (*((ulonglong *) (A)))
  672. #define sint8korr(A)    (*((longlong *) (A)))
  673. #define int2store(T,A)    *((uint16*) (T))= (uint16) (A)
  674. #define int3store(T,A)        { *(T)=  (uchar) ((A));\
  675.                   *(T+1)=(uchar) (((uint) (A) >> 8));\
  676.                   *(T+2)=(uchar) (((A) >> 16)); }
  677. #define int4store(T,A)    *((long *) (T))= (long) (A)
  678. #define int5store(T,A)    { *(T)= (uchar)((A));\
  679.               *((T)+1)=(uchar) (((A) >> 8));\
  680.               *((T)+2)=(uchar) (((A) >> 16));\
  681.               *((T)+3)=(uchar) (((A) >> 24)); \
  682.               *((T)+4)=(uchar) (((A) >> 32)); }
  683. #define int8store(T,A)    *((ulonglong *) (T))= (ulonglong) (A)
  684.  
  685. typedef union {
  686.   double v;
  687.   long m[2];
  688. } doubleget_union;
  689. #define doubleget(V,M)    { ((doubleget_union *)&V)->m[0] = *((long*) M); \
  690.               ((doubleget_union *)&V)->m[1] = *(((long*) M)+1); }
  691. #define doublestore(T,V) { *((long *) T) = ((doubleget_union *)&V)->m[0]; \
  692.                *(((long *) T)+1) = ((doubleget_union *)&V)->m[1]; }
  693. #define float4get(V,M) { *((long *) &(V)) = *((long*) (M)); }
  694. #define float8get(V,M) doubleget((V),(M))
  695. #define float4store(V,M) memcpy((byte*) V,(byte*) (&M),sizeof(float))
  696. #define float8store(V,M) doublestore((V),(M))
  697. #endif /* __i386__ */ 
  698.  
  699. #ifndef sint2korr
  700. #define sint2korr(A)    (int16) (((int16) ((uchar) (A)[0])) +\
  701.                  ((int16) ((int16) (A)[1]) << 8))
  702. #define sint3korr(A)    ((int32) ((((uchar) (A)[2]) & 128) ? \
  703.                   (((uint32) 255L << 24) | \
  704.                    (((uint32) (uchar) (A)[2]) << 16) |\
  705.                    (((uint32) (uchar) (A)[1]) << 8) | \
  706.                    ((uint32) (uchar) (A)[0])) : \
  707.                   (((uint32) (uchar) (A)[2]) << 16) |\
  708.                   (((uint32) (uchar) (A)[1]) << 8) | \
  709.                   ((uint32) (uchar) (A)[0])))
  710. #define sint4korr(A)    (int32) (((int32) ((uchar) (A)[0])) +\
  711.                 (((int32) ((uchar) (A)[1]) << 8)) +\
  712.                 (((int32) ((uchar) (A)[2]) << 16)) +\
  713.                 (((int32) ((int16) (A)[3]) << 24)))
  714. #define sint8korr(A)    (longlong) uint8korr(A)
  715. #define uint2korr(A)    (uint16) (((uint16) ((uchar) (A)[0])) +\
  716.                   ((uint16) ((uchar) (A)[1]) << 8))
  717. #define uint3korr(A)    (uint32) (((uint32) ((uchar) (A)[0])) +\
  718.                   (((uint32) ((uchar) (A)[1])) << 8) +\
  719.                   (((uint32) ((uchar) (A)[2])) << 16))
  720. #define uint4korr(A)    (uint32) (((uint32) ((uchar) (A)[0])) +\
  721.                   (((uint32) ((uchar) (A)[1])) << 8) +\
  722.                   (((uint32) ((uchar) (A)[2])) << 16) +\
  723.                   (((uint32) ((uchar) (A)[3])) << 24))
  724. #define uint5korr(A)    ((ulonglong)(((uint32) ((uchar) (A)[0])) +\
  725.                     (((uint32) ((uchar) (A)[1])) << 8) +\
  726.                     (((uint32) ((uchar) (A)[2])) << 16) +\
  727.                     (((uint32) ((uchar) (A)[3])) << 24)) +\
  728.                      (((ulonglong) ((uchar) (A)[4])) << 32))
  729. #define uint8korr(A)    ((ulonglong)(((uint32) ((uchar) (A)[0])) +\
  730.                     (((uint32) ((uchar) (A)[1])) << 8) +\
  731.                     (((uint32) ((uchar) (A)[2])) << 16) +\
  732.                     (((uint32) ((uchar) (A)[3])) << 24)) +\
  733.             (((ulonglong) (((uint32) ((uchar) (A)[4])) +\
  734.                     (((uint32) ((uchar) (A)[5])) << 8) +\
  735.                     (((uint32) ((uchar) (A)[6])) << 16) +\
  736.                     (((uint32) ((uchar) (A)[7])) << 24))) <<\
  737.                      32))
  738. #define int2store(T,A)        { uint def_temp= (uint) (A) ;\
  739.                   *((uchar*) (T))=  (uchar)(def_temp); \
  740.                   *((uchar*) (T+1))=(uchar)((def_temp >> 8)); }
  741. #define int3store(T,A)        { /*lint -save -e734 */\
  742.                   *((T))=(char) ((A));\
  743.                   *((T)+1)=(char) (((A) >> 8));\
  744.                   *((T)+2)=(char) (((A) >> 16)); \
  745.                   /*lint -restore */}
  746. #define int4store(T,A)        { *(T)=(char) ((A));\
  747.                   *((T)+1)=(char) (((A) >> 8));\
  748.                   *((T)+2)=(char) (((A) >> 16));\
  749.                   *((T)+3)=(char) (((A) >> 24)); }
  750. #define int5store(T,A)        { *(T)=((A));\
  751.                   *((T)+1)=(((A) >> 8));\
  752.                   *((T)+2)=(((A) >> 16));\
  753.                   *((T)+3)=(((A) >> 24)); \
  754.                   *((T)+4)=(((A) >> 32)); }
  755. #define int8store(T,A)        { uint def_temp= (uint) (A), def_temp2= (uint) ((A) >> 32); \
  756.                   int4store((T),def_temp); \
  757.                   int4store((T+4),def_temp2); \
  758.                 }
  759. #ifdef WORDS_BIGENDIAN
  760. #define float4store(T,A)    { *(T)= ((byte *) &A)[3];\
  761.                               *((T)+1)=(char) ((byte *) &A)[2];\
  762.                               *((T)+2)=(char) ((byte *) &A)[1];\
  763.                               *((T)+3)=(char) ((byte *) &A)[0]; }
  764.  
  765. #define float4get(V,M)      { float def_temp;\
  766.                               ((byte*) &def_temp)[0]=(M)[3];\
  767.                               ((byte*) &def_temp)[1]=(M)[2];\
  768.                               ((byte*) &def_temp)[2]=(M)[1];\
  769.                               ((byte*) &def_temp)[3]=(M)[0];\
  770.                               (V)=def_temp; }
  771. #define float8store(T,V)    { *(T)= ((byte *) &V)[7];\
  772.                               *((T)+1)=(char) ((byte *) &V)[6];\
  773.                               *((T)+2)=(char) ((byte *) &V)[5];\
  774.                               *((T)+3)=(char) ((byte *) &V)[4];\
  775.                               *((T)+4)=(char) ((byte *) &V)[3];\
  776.                               *((T)+5)=(char) ((byte *) &V)[2];\
  777.                               *((T)+6)=(char) ((byte *) &V)[1];\
  778.                               *((T)+7)=(char) ((byte *) &V)[0]; }
  779.  
  780. #define float8get(V,M)        { double def_temp;\
  781.                               ((byte*) &def_temp)[0]=(M)[7];\
  782.                               ((byte*) &def_temp)[1]=(M)[6];\
  783.                               ((byte*) &def_temp)[2]=(M)[5];\
  784.                               ((byte*) &def_temp)[3]=(M)[4];\
  785.                               ((byte*) &def_temp)[4]=(M)[3];\
  786.                               ((byte*) &def_temp)[5]=(M)[2];\
  787.                               ((byte*) &def_temp)[6]=(M)[1];\
  788.                               ((byte*) &def_temp)[7]=(M)[0];\
  789.                   (V) = def_temp; }
  790. #else
  791. #define float4get(V,M)   memcpy_fixed((byte*) &V,(byte*) (M),sizeof(float))
  792. #define float4store(V,M) memcpy_fixed((byte*) V,(byte*) (&M),sizeof(float))
  793. #define float8get(V,M)   doubleget((V),(M))
  794. #define float8store(V,M) doublestore((V),(M))
  795. #endif /* WORDS_BIGENDIAN */
  796.  
  797. #endif /* sint2korr */
  798.  
  799. /* Define-funktions for reading and storing in machine format from/to
  800.    short/long to/from some place in memory V should be a (not
  801.    register) variable, M is a pointer to byte */
  802.  
  803. #ifdef WORDS_BIGENDIAN
  804.  
  805. #define ushortget(V,M)    { V = (uint16) (((uint16) ((uchar) (M)[1]))+\
  806.                     ((uint16) ((uint16) (M)[0]) << 8)); }
  807. #define shortget(V,M)    { V = (short) (((short) ((uchar) (M)[1]))+\
  808.                        ((short) ((short) (M)[0]) << 8)); }
  809. #define longget(V,M)    { int32 def_temp;\
  810.               ((byte*) &def_temp)[0]=(M)[0];\
  811.               ((byte*) &def_temp)[1]=(M)[1];\
  812.               ((byte*) &def_temp)[2]=(M)[2];\
  813.               ((byte*) &def_temp)[3]=(M)[3];\
  814.                 (V)=def_temp; }
  815. #define ulongget(V,M)    { uint32 def_temp;\
  816.               ((byte*) &def_temp)[0]=(M)[0];\
  817.               ((byte*) &def_temp)[1]=(M)[1];\
  818.               ((byte*) &def_temp)[2]=(M)[2];\
  819.               ((byte*) &def_temp)[3]=(M)[3];\
  820.                 (V)=def_temp; }
  821. #define shortstore(T,A) { uint def_temp=(uint) (A) ;\
  822.               *(T+1)=(char)(def_temp); \
  823.               *(T+0)=(char)(def_temp >> 8); }
  824. #define longstore(T,A)    { *((T)+3)=((A));\
  825.               *((T)+2)=(((A) >> 8));\
  826.               *((T)+1)=(((A) >> 16));\
  827.               *((T)+0)=(((A) >> 24)); }
  828.  
  829. #define doubleget(V,M)     memcpy((byte*) &V,(byte*) (M),sizeof(double))
  830. #define doublestore(T,V) memcpy((byte*) (T),(byte*) &V,sizeof(double))
  831. #define longlongget(V,M) memcpy((byte*) &V,(byte*) (M),sizeof(ulonglong))
  832. #define longlongstore(T,V) memcpy((byte*) (T),(byte*) &V,sizeof(ulonglong))
  833.  
  834. #else
  835.  
  836. #define ushortget(V,M)    { V = uint2korr(M); }
  837. #define shortget(V,M)    { V = sint2korr(M); }
  838. #define longget(V,M)    { V = sint4korr(M); }
  839. #define ulongget(V,M)   { V = uint4korr(M); }
  840. #define shortstore(T,V) int2store(T,V)
  841. #define longstore(T,V)    int4store(T,V)
  842. #ifndef doubleget
  843. #define doubleget(V,M)     memcpy_fixed((byte*) &V,(byte*) (M),sizeof(double))
  844. #define doublestore(T,V) memcpy_fixed((byte*) (T),(byte*) &V,sizeof(double))
  845. #endif
  846. #define longlongget(V,M) memcpy_fixed((byte*) &V,(byte*) (M),sizeof(ulonglong))
  847. #define longlongstore(T,V) memcpy_fixed((byte*) (T),(byte*) &V,sizeof(ulonglong))
  848.  
  849. #endif /* WORDS_BIGENDIAN */
  850.  
  851. /* sprintf does not always return the number of bytes :- */
  852. #ifdef SPRINTF_RETURNS_INT
  853. #define my_sprintf(buff,args) sprintf args
  854. #else
  855. #ifdef SPRINTF_RETURNS_PTR
  856. #define my_sprintf(buff,args) ((int)(sprintf args - buff))
  857. #else
  858. #define my_sprintf(buff,args) sprintf args,strlen(buff)
  859. #endif
  860. #endif
  861.  
  862. #ifndef THREAD
  863. #define thread_safe_increment(V,L) (V)++
  864. #define thread_safe_add(V,C,L)     (V)+=(C)
  865. #define thread_safe_sub(V,C,L)     (V)-=(C)
  866. #define statistic_increment(V,L)   (V)++
  867. #define statistic_add(V,C,L)       (V)+=(C)
  868. #endif
  869.  
  870. #endif /* _global_h */
  871.