summaryrefslogtreecommitdiffstatsabout
path: root/winconfig.h
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2004-04-29 21:19:30 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2004-04-29 21:19:30 (GMT)
commit7c378cc1fac4e9fec1ca32d8d314ea86761a7404 (patch)
treebc82e7e864ce3978904bc1cb9d9eb6fa52e95dde /winconfig.h
parentbe0fe66bcd84e4660b9dba4c1f1f20a649b66c61 (diff)
win32 updates and build script
added LogSQLDisablePreserve set default of preserve file to root_relative logs/mod_log_sql-preserve
Diffstat (limited to 'winconfig.h')
-rw-r--r--winconfig.h25
1 files changed, 13 insertions, 12 deletions
diff --git a/winconfig.h b/winconfig.h
index 89d1b24..107cb7d 100644
--- a/winconfig.h
+++ b/winconfig.h
@@ -2,16 +2,16 @@
2/* config.h.in. Generated from configure.ac by autoheader. */ 2/* config.h.in. Generated from configure.ac by autoheader. */
3 3
4/* Define to 1 if you have the <inttypes.h> header file. */ 4/* Define to 1 if you have the <inttypes.h> header file. */
5#define HAVE_INTTYPES_H 1 5/* #undef HAVE_INTTYPES_H */
6 6
7/* Define to 1 if you have the `m' library (-lm). */ 7/* Define to 1 if you have the `m' library (-lm). */
8#define HAVE_LIBM 1 8/* #undef HAVE_LIBM */
9 9
10/* Define to 1 if you have the `mysqlclient' library (-lmysqlclient). */ 10/* Define to 1 if you have the `mysqlclient' library (-lmysqlclient). */
11#define HAVE_LIBMYSQLCLIENT 1 11#define HAVE_LIBMYSQLCLIENT 1
12 12
13/* Define to 1 if you have the `z' library (-lz). */ 13/* Define to 1 if you have the `z' library (-lz). */
14#define HAVE_LIBZ 1 14/* #undef HAVE_LIBZ */
15 15
16/* Define to 1 if you have the <limits.h> header file. */ 16/* Define to 1 if you have the <limits.h> header file. */
17#define HAVE_LIMITS_H 1 17#define HAVE_LIMITS_H 1
@@ -20,31 +20,31 @@
20#define HAVE_MEMORY_H 1 20#define HAVE_MEMORY_H 1
21 21
22/* Define to 1 if you have the <mod_ssl.h> header file. */ 22/* Define to 1 if you have the <mod_ssl.h> header file. */
23#define HAVE_MOD_SSL_H 1 23/* #undef HAVE_MOD_SSL_H */
24 24
25/* Define to 1 if you have the `mysql_real_escape_string' function. */ 25/* Define to 1 if you have the `mysql_real_escape_string' function. */
26#define HAVE_MYSQL_REAL_ESCAPE_STRING 1 26#define HAVE_MYSQL_REAL_ESCAPE_STRING 1
27 27
28/* Define to 1 if you have the <stdint.h> header file. */ 28/* Define to 1 if you have the <stdint.h> header file. */
29#define HAVE_STDINT_H 1 29/* #undef HAVE_STDINT_H */
30 30
31/* Define to 1 if you have the <stdlib.h> header file. */ 31/* Define to 1 if you have the <stdlib.h> header file. */
32#define HAVE_STDLIB_H 1 32/* #undef HAVE_STDLIB_H 1
33 33
34/* Define to 1 if you have the <strings.h> header file. */ 34/* Define to 1 if you have the <strings.h> header file. */
35#define HAVE_STRINGS_H 1 35/* #undef HAVE_STRINGS_H */
36 36
37/* Define to 1 if you have the <string.h> header file. */ 37/* Define to 1 if you have the <string.h> header file. */
38#define HAVE_STRING_H 1 38/* #undef HAVE_STRING_H */
39 39
40/* Define to 1 if you have the <sys/stat.h> header file. */ 40/* Define to 1 if you have the <sys/stat.h> header file. */
41#define HAVE_SYS_STAT_H 1 41/* #undef HAVE_SYS_STAT_H */
42 42
43/* Define to 1 if you have the <sys/types.h> header file. */ 43/* Define to 1 if you have the <sys/types.h> header file. */
44#define HAVE_SYS_TYPES_H 1 44/* #undef HAVE_SYS_TYPES_H */
45 45
46/* Define to 1 if you have the <unistd.h> header file. */ 46/* Define to 1 if you have the <unistd.h> header file. */
47#define HAVE_UNISTD_H 1 47/* #undef HAVE_UNISTD_H */
48 48
49/* Define to the address where bug reports for this package should be sent. */ 49/* Define to the address where bug reports for this package should be sent. */
50#define PACKAGE_BUGREPORT "" 50#define PACKAGE_BUGREPORT ""
@@ -65,7 +65,7 @@
65/* #undef STDC_HEADERS */ 65/* #undef STDC_HEADERS */
66 66
67/* Define if we want to compile in SSL support. */ 67/* Define if we want to compile in SSL support. */
68#define WANT_SSL_LOGGING 68/* #undef WANT_SSL_LOGGING */
69 69
70/* Define to 1 if we are compiling with Apache 1.3.x */ 70/* Define to 1 if we are compiling with Apache 1.3.x */
71/* #undef WITH_APACHE13 */ 71/* #undef WITH_APACHE13 */
@@ -75,3 +75,4 @@
75 75
76/* Define to 1 if we are compiling with mysql */ 76/* Define to 1 if we are compiling with mysql */
77#define WITH_MYSQL 1 77#define WITH_MYSQL 1
78