aboutsummaryrefslogtreecommitdiff
path: root/cutl/details/build2/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'cutl/details/build2/config.h')
-rw-r--r--cutl/details/build2/config.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/cutl/details/build2/config.h b/cutl/details/build2/config.h
deleted file mode 100644
index fe5d9ae..0000000
--- a/cutl/details/build2/config.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/* 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 */