mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 12:01:42 +01:00
9 lines
190 B
C
9 lines
190 B
C
|
#ifndef BRTTYPES_H
|
||
|
#define BRTTYPES_H
|
||
|
#define _XOPEN_SOURCE 500
|
||
|
#define _FILE_OFFSET_BITS 64
|
||
|
typedef unsigned int ITEMLEN;
|
||
|
typedef const void *bytevec;
|
||
|
//typedef const void *bytevec;
|
||
|
#endif
|