aboutsummaryrefslogtreecommitdiff
path: root/cutl/details/build2/config.h
blob: fe5d9aee79f7e98499d91b3e5338070c8e15ef21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* file      : cutl/details/build2/config.h
 * license   : MIT; see accompanying LICENSE file
 */

/* Static configuration file for the build2 build. */

#ifndef CUTL_DETAILS_CONFIG_H
#define CUTL_DETAILS_CONFIG_H

/* Define LIBCUTL_BUILD2 for the installed case. */
#ifndef LIBCUTL_BUILD2
#  define LIBCUTL_BUILD2
#endif

#endif /* CUTL_DETAILS_CONFIG_H */