aboutsummaryrefslogtreecommitdiff
path: root/cutl/details/build2/config.h
blob: 84e7e4dcf2a964ad481aeabf2d2b1881f3e5159e (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-2018 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 */