summaryrefslogtreecommitdiff
path: root/config/sysdeps/sanitycheck.c
blob: fb8359eb281243e98a62da8f9f9547b4e6472c8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _jack_sysdep_sanitycheck_c_
#define _jack_sysdep_sanitycheck_c_

#if defined(__gnu_linux__)
#include <config/os/gnu-linux/sanitycheck.c>
#elif defined(__MACH__) && defined(__APPLE__)
/* relax */
#else
/* relax */
#endif

#endif /* _jack_sysdep_sanitycheck_c_ */