aboutsummaryrefslogtreecommitdiff
path: root/cutl/details/build2/config.h
blob: b2946b8930da3d2b30a84dd5f88d230c17214809 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* file      : cutl/details/build2/config.h
 * copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
 * 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 */