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