OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / user / appWeb / config.h
1 //
2 //      config.h -- Build configuration file for C/C++ source code.
3 //
4 //      Copyright (c) Mbedthis Software LLC, 2003-2004. All Rights Reserved.
5 //      The latest version of this code is available at http://www.mbedthis.com
6 //
7 //      WARNING: This file is generated by configure and matches the build 
8 //      configuration for the AppWeb library. DO NOT EDIT.
9 //
10 ////////////////////////////////////////////////////////////////////////////////
11 //
12 //      This software is open source; you can redistribute it and/or modify it 
13 //      under the terms of the GNU General Public License as published by the 
14 //      Free Software Foundation; either version 2 of the License, or (at your 
15 //      option) any later version.
16 //
17 //      This program is distributed WITHOUT ANY WARRANTY; without even the 
18 //      implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
19 //      See the GNU General Public License for more details at:
20 //      http://www.mbedthis.com/downloads/gplLicense.html
21 //      
22 //      This General Public License does NOT permit incorporating this software 
23 //      into proprietary programs. If you are unable to comply with the GPL, a 
24 //      commercial license for this software and support services are available
25 //      from Mbedthis Software at http://www.mbedthis.com
26 //
27 ////////////////////////////////////////////////////////////////////////////////
28
29 #ifndef _h_CONFIG_H
30 #define _h_CONFIG_H 1
31
32 //
33 //      Product version
34 //
35 #define BLD_NAME                                                "Mbedthis AppWeb"
36 #define BLD_VERSION                                             "1.1.3"
37 #define BLD_NUMBER                                              "0"
38 #define BLD_TYPE                                                "RELEASE"
39 #define BLD_DEFAULTS                                    "uclinux"
40
41 //
42 //      Other product information
43 //
44 #define BLD_COMPANY                                             "Mbedthis"
45 #define BLD_DEBUG                                               0
46 #define BLD_DIRS                                                "bootstrap include obj bin mpr ejs http doc appWeb images"
47 #define BLD_HTTP_PORT                                   7777
48 #define BLD_LIB_VERSION                                 "1.0.0"
49 #define BLD_PRODUCT                                             "appWeb"
50 #define BLD_SSL_PORT                                    4443
51
52 //
53 //      Build system settings (system doing compiling). Blank means use defaults.
54 //
55 #define BLD_BUILD_CPU                                   ""
56 #define BLD_BUILD_OS                                    ""
57
58 //
59 //      Hosting (target) system settings.
60 //
61 #define BLD_CPU                                                 ""
62 #define BLD_OS                                                  "bld_cpu"
63 #define BLD_UNIX                                                "1"
64 #define MPR_CPU                                                 MPR_UNKNOWN
65
66 //
67 //      Installation directories
68 //
69 #define BLD_PREFIX                                              "/etc/appWeb"
70 #define BLD_DOC_PREFIX                                  "/usr/share/appWeb-1.1.3"
71 #define BLD_INC_PREFIX                                  "/usr/include/appWeb"
72 #define BLD_LIB_PREFIX                                  "/usr/lib"
73 #define BLD_ROOT_PREFIX                                 "/"
74 #define BLD_SBIN_PREFIX                                 "/bin"
75 #define BLD_SRC_PREFIX                                  "/usr/src/appWeb-1.1.3"
76 #define BLD_WEB_PREFIX                                  "/var/appWeb/web"
77
78 //
79 //      Feature selection
80 //
81 #define BLD_FEATURE_ACCESS_LOG                  0
82 #define BLD_FEATURE_ADMIN_MODULE                0
83 #define BLD_FEATURE_ASSERT                              0
84 #define BLD_FEATURE_AUTH_MODULE                 1
85 #define BLD_FEATURE_C_API_MODULE                0
86 #define BLD_FEATURE_CGI_MODULE                  0
87 #define BLD_FEATURE_COMPAT_MODULE               0
88 #define BLD_FEATURE_COOKIE                              1
89 #define BLD_FEATURE_COPY_MODULE                 1
90 #define BLD_FEATURE_CONFIG                              1
91 #define BLD_FEATURE_DIGEST                              1
92 #define BLD_FEATURE_DLL                                 0
93 #define BLD_FEATURE_EGI_MODULE                  0
94 #define BLD_FEATURE_ESP_MODULE                  1
95 #define BLD_FEATURE_EJS_MODULE                  1
96 #define BLD_FEATURE_KEEP_ALIVE                  1
97 #define BLD_FEATURE_IF_MODIFIED                 1
98 #define BLD_FEATURE_LIB_STDCPP                  1
99 #define BLD_FEATURE_LOG                                 1
100 #define BLD_FEATURE_MULTITHREAD                 0
101 #define BLD_FEATURE_MALLOC                              0
102 #define BLD_FEATURE_MALLOC_STATS                0
103 #define BLD_FEATURE_MALLOC_LEAK                 0
104 #define BLD_FEATURE_MALLOC_HOOK                 0
105 #define BLD_FEATURE_OPENSSL_MODULE              0
106 #define BLD_FEATURE_PHP4_MODULE                 0
107 #define BLD_FEATURE_PHP5_MODULE                 0
108 #define BLD_FEATURE_ROMFS                               0
109 #define BLD_FEATURE_RUN_AS_SERVICE              1
110 #define BLD_FEATURE_SAFE_STRINGS                0
111 #define BLD_FEATURE_SAMPLES                             0
112 #define BLD_FEATURE_SESSION                             1
113 #define BLD_FEATURE_SHARED                              1
114 #define BLD_FEATURE_SQUEEZE                             1
115 #define BLD_FEATURE_SSL_MODULE                  0
116 #define BLD_FEATURE_STATIC                              0
117 #define BLD_FEATURE_TEST                                0
118 #define BLD_FEATURE_UPLOAD_MODULE               0
119 #define BLD_FEATURE_XDB_MODULE                  0
120
121 //
122 //      Static or shared libc
123 //
124 #define BLD_FEATURE_STATIC_LINK_LIBC                    0
125
126 //
127 //      Clean install or not
128 //
129 #define BLD_CLEAN_INSTALL                                               0
130
131 //
132 //      AppWeb configuration file
133 //
134 #define BLD_APPWEB_CONFIG                                               uclinux.conf
135
136 //
137 //      Builtin modules
138 //
139 #define BLD_FEATURE_ADMIN_MODULE_BUILTIN                0
140 #define BLD_FEATURE_AUTH_MODULE_BUILTIN                 1
141 #define BLD_FEATURE_C_API_MODULE_BUILTIN                0
142 #define BLD_FEATURE_CGI_MODULE_BUILTIN                  0
143 #define BLD_FEATURE_COMPAT_MODULE_BUILTIN               0
144 #define BLD_FEATURE_COPY_MODULE_BUILTIN                 1
145 #define BLD_FEATURE_EGI_MODULE_BUILTIN                  0
146 #define BLD_FEATURE_EJS_MODULE_BUILTIN                  1
147 #define BLD_FEATURE_ESP_MODULE_BUILTIN                  1
148 #define BLD_FEATURE_OPENSSL_MODULE_BUILTIN              0
149 #define BLD_FEATURE_PHP4_MODULE_BUILTIN                 0
150 #define BLD_FEATURE_PHP5_MODULE_BUILTIN                 0
151 #define BLD_FEATURE_SSL_MODULE_BUILTIN                  0
152 #define BLD_FEATURE_UPLOAD_MODULE_BUILTIN               0
153 #define BLD_FEATURE_XDB_MODULE_BUILTIN                  0
154
155 //
156 //      Loadable modules
157 //
158 #define BLD_FEATURE_ADMIN_MODULE_LOADABLE               0
159 #define BLD_FEATURE_AUTH_MODULE_LOADABLE                0
160 #define BLD_FEATURE_C_API_MODULE_LOADABLE               0
161 #define BLD_FEATURE_CGI_MODULE_LOADABLE                 0
162 #define BLD_FEATURE_COMPAT_MODULE_LOADABLE              0
163 #define BLD_FEATURE_COPY_MODULE_LOADABLE                0
164 #define BLD_FEATURE_EGI_MODULE_LOADABLE                 0
165 #define BLD_FEATURE_EJS_MODULE_LOADABLE                 0
166 #define BLD_FEATURE_ESP_MODULE_LOADABLE                 0
167 #define BLD_FEATURE_OPENSSL_MODULE_LOADABLE             0
168 #define BLD_FEATURE_PHP4_MODULE_LOADABLE                0
169 #define BLD_FEATURE_PHP5_MODULE_LOADABLE                0
170 #define BLD_FEATURE_SSL_MODULE_LOADABLE                 0
171 #define BLD_FEATURE_UPLOAD_MODULE_LOADABLE              0
172 #define BLD_FEATURE_XDB_MODULE_LOADABLE                 0
173
174 ////////////////////////////////////////////////////////////////////////////////
175 //
176 //      Local variables:
177 //      tab-width: 4
178 //      c-basic-offset: 4
179 //      End:
180 //      vim600: sw=4 ts=4 fdm=marker
181 //      vim<600: sw=4 ts=4
182 //
183
184 #endif /* _h_CONFIG_H */