/* file : cutl/details/build2/config.h * 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 */