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

/* This file is automatically processed by configure. */

#ifndef CUTL_DETAILS_CONFIG_H
#define CUTL_DETAILS_CONFIG_H

#undef LIBCUTL_DISABLE_THREADS
#undef LIBCUTL_STATIC_LIB
#undef LIBCUTL_EXTERNAL_BOOST
#undef LIBCUTL_EXTERNAL_EXPAT
#undef LIBCUTL_BYTEORDER

#endif /* CUTL_DETAILS_CONFIG_H */