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.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/cutl/details/build2/config.h b/cutl/details/build2/config.h
deleted file mode 100644
index b2946b8..0000000
--- a/cutl/details/build2/config.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/* file : cutl/details/build2/config.h
- * copyright : Copyright (c) 2009-2019 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 */