aboutsummaryrefslogtreecommitdiffstats
path: root/include/config.h
blob: 0544e65c84e2cdc712e2ba363e4af250cb993a1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef YETIHACK_CONFIG_H_
#define YETIHACK_CONFIG_H_

#define HAVE_UNISTD_H

#ifdef HAVE_WINDOWS_H
#undef HAVE_WINDOWS_H
#endif

#endif // YETIHACK_CONFIG_H_