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