feisty meow concerns codebase 2.140
__build_configuration.h
Go to the documentation of this file.
1#ifndef BUILD_SYSTEM_CONFIGURATION
2#define BUILD_SYSTEM_CONFIGURATION
3
4 // This file provides all of the code flags which were used when this build
5 // was generated. Some of the items in the build configuration have been
6 // stripped out because they are not used.
7
8 #ifndef __build_company
9 #define __build_company "Feisty Meow Concerns"
10 #endif
11 #ifndef __build_copyright
12 #define __build_copyright "(C) 1987-$now Chris Koeritz & Others"
13 #endif
14 #ifndef __build_legal_info
15 #define __build_legal_info "This software is free to copy under the terms of the GNU GPL (or the GNU Library License if you prefer). See http://www.gnu.org/licenses/gpl.html for more info. We suggest peaceful purposes that help all sentient beings."
16 #endif
17 #ifndef __build_product_name
18 #define __build_product_name "feisty_meow"
19 #endif
20 #ifndef __build_web_site
21 #define __build_web_site "http://feistymeow.org"
22 #endif
23 #ifndef __build_LAX_DEPENDENCIES
24 #define __build_LAX_DEPENDENCIES "t"
25 #endif
26 #ifndef CATCH_ERRORS
27 #define CATCH_ERRORS "t"
28 #endif
29 #ifndef ERRORS_ARE_FATAL
30 #define ERRORS_ARE_FATAL "t"
31 #endif
32
33/*
34These settings were not used:
35 [version] =
36 DEBUG = t
37 OPTIMIZE = t
38 ifneq "$(DEBUG)" "" =
39 OPTIMIZE =
40 endif =
41 ifeq "$(BOOT_STRAPPING)" "" =
42 endif =
43 ifneq "$(OP_SYSTEM)" "WIN32" =
44 endif =
45 ifeq "$(BOOT_STRAPPING)" "" =
46 endif =
47 ifeq "$(BOOT_STRAPPING)" "" =
48 endif =
49*/
50
51#endif /* outer guard */
52