summaryrefslogtreecommitdiff
path: root/support/dktools/dk3conf.h.start
blob: 9d45b98519555b478046be503c459a871f7aee4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
Copyright 2020-@THISYEAR@, Dirk Krause. All rights reserved.
SPDX-License-Identifier:	BSD-3-Clause
*/

/**	@file dk3conf.h	Fixed configure results.
*/

#ifndef DK3CONF_H_INCLUDED
/**	Protection against multiple inclusion.
*/
#define DK3CONF_H_INCLUDED 1

#ifndef	DK3_ON_WINDOWS
#if _WIN32
#define	DK3_ON_WINDOWS	1
#else
#define	DK3_ON_WINDOWS	0
#endif
#endif