mirror of
https://github.com/MariaDB/server.git
synced 2025-09-05 08:04:25 +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
|