File: csa_config.h.in

package info (click to toggle)
libapache-csacek 2.1.9-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,500 kB
  • ctags: 1,773
  • sloc: ansic: 11,833; makefile: 454; yacc: 199; sh: 164; php: 51; sed: 5
file content (154 lines) | stat: -rw-r--r-- 4,404 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
/* csa_config.h.in.  Generated automatically from configure.in by autoheader.  */

/* Define if using alloca.c.  */
#undef C_ALLOCA

/* Define to empty if the keyword does not work.  */
#undef const

/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
   This function is required for alloca.c support on those systems.  */
#undef CRAY_STACKSEG_END

/* Define if you have alloca, as a function or macro.  */
#undef HAVE_ALLOCA

/* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
#undef HAVE_ALLOCA_H

/* Define as the return type of signal handlers (int or void).  */
#undef RETSIGTYPE

/* Define if the setvbuf function takes the buffering type as its second
   argument and the buffer pointer as the third, as on System V
   before release 3.  */
#undef SETVBUF_REVERSED

/* Define to `unsigned' if <sys/types.h> doesn't define.  */
#undef size_t

/* If using the C implementation of alloca, define if you know the
   direction of stack growth for your system; otherwise it will be
   automatically deduced at run-time.
 STACK_DIRECTION > 0 => grows toward higher addresses
 STACK_DIRECTION < 0 => grows toward lower addresses
 STACK_DIRECTION = 0 => direction of growth unknown
 */
#undef STACK_DIRECTION

/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
#undef STAT_MACROS_BROKEN

/* Define if you have the ANSI C header files.  */
#undef STDC_HEADERS

/* Define if you can safely include both <sys/time.h> and <time.h>.  */
#undef TIME_WITH_SYS_TIME

/* tag marking extended CSacek commands */
#undef CSA_CMD_TAG

/* default server encoding; if the document won't say or it's not */
/* set otherwise in modules configuration, recoder will think source */
/* is in this encoding */ 
#undef CSA_DEFSOURCE

/* method of taking a document - only of some value for (Fast)CGI */
#undef CSA_METHOD_GUESS
#undef CSA_METHOD_HTTP
#undef CSA_METHOD_FILE

/* type of system where CSacek has been compiled */
#undef CSA_SYSTEM_TYPE

/* do we want to decode input from target encoding into encoding of server ? */
#undef CSA_WANT_DECODEQUERY

/* define if you like CSacek react to QUERY_STRING starting with string   */
/* "csa_info" by generating short info page about compiled-in defaults */
#undef CSA_WANT_INFO

/* use on-fly compression for text pages if possible */
#undef CSA_WANT_COMPRESSION

/* (Fast)CGI - control, if there is SECUREFILE (see "defaults.h") on path    */
/* to accessed document so access control checks won't be bypassed by CSacek */
#undef CSA_WANT_SECURE

/* directory, where all the CSacek template files reside */
#undef CSA_TEMPLATEDIR

/* defined if we are debugging */
#undef CSA_DEBUG

/* defined if compiled under CSacek */
#undef CSACEK

/* define to empty if the keyword doesn't work */
#undef signed

/* Define if you have the memcpy function.  */
#undef HAVE_MEMCPY

/* Define if you have the mktime function.  */
#undef HAVE_MKTIME

/* Define if you have the putenv function.  */
#undef HAVE_PUTENV

/* Define if you have the setenv function.  */
#undef HAVE_SETENV

/* Define if you have the strchr function.  */
#undef HAVE_STRCHR

/* Define if you have the strerror function.  */
#undef HAVE_STRERROR

/* Define if you have the strftime function.  */
#undef HAVE_STRFTIME

/* Define if you have the strstr function.  */
#undef HAVE_STRSTR

/* Define if you have the toupper function.  */
#undef HAVE_TOUPPER

/* Define if you have the vprintf function.  */
#undef HAVE_VPRINTF

/* Define if you have the vsnprintf function.  */
#undef HAVE_VSNPRINTF

/* Define if you have the <fcgi_stdio.h> header file.  */
#undef HAVE_FCGI_STDIO_H

/* Define if you have the <stdarg.h> header file.  */
#undef HAVE_STDARG_H

/* Define if you have the <strings.h> header file.  */
#undef HAVE_STRINGS_H

/* Define if you have the <sys/cdefs.h> header file.  */
#undef HAVE_SYS_CDEFS_H

/* Define if you have the <sys/time.h> header file.  */
#undef HAVE_SYS_TIME_H

/* Define if you have the <unistd.h> header file.  */
#undef HAVE_UNISTD_H

/* Define if you have the <zlib.h> header file.  */
#undef HAVE_ZLIB_H

/* Define if you have the nsl library (-lnsl).  */
#undef HAVE_LIBNSL

/* Define if you have the resolv library (-lresolv).  */
#undef HAVE_LIBRESOLV

/* Define if you have the socket library (-lsocket).  */
#undef HAVE_LIBSOCKET

/* Define if you have the z library (-lz).  */
#undef HAVE_LIBZ