1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-30 11:22:14 +03:00
Files
mariadb/mit-pthreads/include/pthread/config.h
bk@work.mysql.com f4c589ff6c Import changeset
2000-07-31 21:29:14 +02:00

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