[svn-inject] Forking suphp source to Trunk
[manu/suphp.git] / src / config.h.in
1 /* src/config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to 1 if you have the <fcntl.h> header file. */
4 #undef HAVE_FCNTL_H
5
6 /* Define to 1 if you have the <inttypes.h> header file. */
7 #undef HAVE_INTTYPES_H
8
9 /* Define to 1 if `lstat' has the bug that it succeeds when given the
10    zero-length file name argument. */
11 #undef HAVE_LSTAT_EMPTY_STRING_BUG
12
13 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
14    to 0 otherwise. */
15 #undef HAVE_MALLOC
16
17 /* Define to 1 if you have the <memory.h> header file. */
18 #undef HAVE_MEMORY_H
19
20 /* Define to 1 if you have the `setenv' function. */
21 #undef HAVE_SETENV
22
23 /* Define to 1 if `stat' has the bug that it succeeds when given the
24    zero-length file name argument. */
25 #undef HAVE_STAT_EMPTY_STRING_BUG
26
27 /* Define to 1 if you have the <stdint.h> header file. */
28 #undef HAVE_STDINT_H
29
30 /* Define to 1 if you have the <stdlib.h> header file. */
31 #undef HAVE_STDLIB_H
32
33 /* Define to 1 if you have the `strcasecmp' function. */
34 #undef HAVE_STRCASECMP
35
36 /* Define to 1 if you have the `strdup' function. */
37 #undef HAVE_STRDUP
38
39 /* Define to 1 if you have the `strftime' function. */
40 #undef HAVE_STRFTIME
41
42 /* Define to 1 if you have the <strings.h> header file. */
43 #undef HAVE_STRINGS_H
44
45 /* Define to 1 if you have the <string.h> header file. */
46 #undef HAVE_STRING_H
47
48 /* Define to 1 if you have the `strrchr' function. */
49 #undef HAVE_STRRCHR
50
51 /* Define to 1 if you have the <sys/stat.h> header file. */
52 #undef HAVE_SYS_STAT_H
53
54 /* Define to 1 if you have the <sys/types.h> header file. */
55 #undef HAVE_SYS_TYPES_H
56
57 /* Define to 1 if you have the <unistd.h> header file. */
58 #undef HAVE_UNISTD_H
59
60 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
61    slash. */
62 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
63
64 /* Defines the username of the Apache user */
65 #undef OPT_APACHE_USER
66
67 /* Define if you want to disable the check, wether script resides in
68    DOCUMENT_ROOT */
69 #undef OPT_DISABLE_CHECKPATH
70
71 /* Defines path to logfile */
72 #undef OPT_LOGFILE
73
74 /* Defines the min GID allowed to run scripts */
75 #undef OPT_MIN_GID
76
77 /* Defines the min UID allowed to run scripts */
78 #undef OPT_MIN_UID
79
80 /* Define if you want to proceed even if GID of the script is not listed in
81    /etc/group */
82 #undef OPT_NO_GROUP
83
84 /* Define if you want to proceed even if UID of the script is not listed in
85    /etc/passwd */
86 #undef OPT_NO_PASSWD
87
88 /* Defines path to PHP interpreter */
89 #undef OPT_PATH_TO_PHP
90
91 /* Define if you want to set UID/GID to the user/group specified in the Apache
92    configuration */
93 #undef OPT_USERGROUP_FORCE
94
95 /* Define if you want to set UID/GID to the owner of the script */
96 #undef OPT_USERGROUP_OWNER
97
98 /* Define if you want to set UID/GID to the user/group specified in the Apache
99    configuration AND check if these settings match the UID/GID of the script
100    */
101 #undef OPT_USERGROUP_PARANOID
102
103 /* Define to the address where bug reports for this package should be sent. */
104 #undef PACKAGE_BUGREPORT
105
106 /* Define to the full name of this package. */
107 #undef PACKAGE_NAME
108
109 /* Define to the full name and version of this package. */
110 #undef PACKAGE_STRING
111
112 /* Define to the one symbol short name of this package. */
113 #undef PACKAGE_TARNAME
114
115 /* Define to the version of this package. */
116 #undef PACKAGE_VERSION
117
118 /* Define to 1 if you have the ANSI C header files. */
119 #undef STDC_HEADERS
120
121 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
122 #undef TM_IN_SYS_TIME
123
124 /* Define to empty if `const' does not conform to ANSI C. */
125 #undef const
126
127 /* Define to `int' if <sys/types.h> doesn't define. */
128 #undef gid_t
129
130 /* Define to rpl_malloc if the replacement function should be used. */
131 #undef malloc
132
133 /* Define to `int' if <sys/types.h> doesn't define. */
134 #undef uid_t