dius 0.1.0
Loading...
Searching...
No Matches
config.h
Go to the documentation of this file.
1#pragma once
2
3#include <dius/c_definitions.h>
4
5// Clock nanosleep is controlled by this field of POSIX.
6#if defined(_POSIX_CLOCK_SELECTION) && _POSIX_CLOCK_SELECTION >= 0
7#define DIUS_HAVE_CLOCK_NANOSLEEP
8#endif
9
10// Most OSes don't like using mknod() to create regular files.
11#undef DIUS_USE_MKNOD_TO_CREATE_FILES