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
9 lines
191 B
C
9 lines
191 B
C
#include <stdint.h>
|
|
#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
|