mirror of
https://github.com/MariaDB/server.git
synced 2025-08-30 11:22:14 +03:00
6 lines
112 B
C
6 lines
112 B
C
#ifndef _SYS___CONFIG_H_
|
|
#define _SYS___CONFIG_H_
|
|
#define _OS_HAS_TIMESPEC 1
|
|
#define _OS_HAS_SOCKLEN_T 1
|
|
#endif
|