You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-11-05 04:50:35 +03:00
8 lines
171 B
C
8 lines
171 B
C
#include "freebsd4.h"
|
|
#define darwin 1
|
|
/*
|
|
* Although Darwin does have an fstab.h file, getfsfile etc. always return null.
|
|
* At least, as of 5.3.
|
|
*/
|
|
#undef HAVE_FSTAB_H
|