8156ff86988c673cc81fbfb2e6782490a88a2e18
[manu/suphp.git] / src / config.h
1 /* src/config.h.  Generated by configure.  */
2 /* src/config.h.in.  Generated from configure.ac by autoheader.  */
3
4 /* Define to 1 if you have the <fcntl.h> header file. */
5 #define HAVE_FCNTL_H 1
6
7 /* Define to 1 if you have the <inttypes.h> header file. */
8 #define HAVE_INTTYPES_H 1
9
10 /* Define to 1 if `lstat' has the bug that it succeeds when given the
11    zero-length file name argument. */
12 /* #undef HAVE_LSTAT_EMPTY_STRING_BUG */
13
14 /* Define to 1 if your system has a working `malloc' function. */
15 #define HAVE_MALLOC 1
16
17 /* Define to 1 if you have the <memory.h> header file. */
18 #define HAVE_MEMORY_H 1
19
20 /* Define to 1 if you have the `setenv' function. */
21 #define HAVE_SETENV 1
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 #define HAVE_STDINT_H 1
29
30 /* Define to 1 if you have the <stdlib.h> header file. */
31 #define HAVE_STDLIB_H 1
32
33 /* Define to 1 if you have the `strcasecmp' function. */
34 #define HAVE_STRCASECMP 1
35
36 /* Define to 1 if you have the `strdup' function. */
37 #define HAVE_STRDUP 1
38
39 /* Define to 1 if you have the `strftime' function. */
40 #define HAVE_STRFTIME 1
41
42 /* Define to 1 if you have the <strings.h> header file. */
43 #define HAVE_STRINGS_H 1
44
45 /* Define to 1 if you have the <string.h> header file. */
46 #define HAVE_STRING_H 1
47
48 /* Define to 1 if you have the `strrchr' function. */
49 #define HAVE_STRRCHR 1
50
51 /* Define to 1 if you have the <sys/stat.h> header file. */
52 #define HAVE_SYS_STAT_H 1
53
54 /* Define to 1 if you have the <sys/types.h> header file. */
55 #define HAVE_SYS_TYPES_H 1
56
57 /* Define to 1 if you have the <unistd.h> header file. */
58 #define HAVE_UNISTD_H 1
59
60 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
61    slash. */
62 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
63
64 /* Defines the username of the Apache user */
65 #define OPT_APACHE_USER "wwwrun"
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 #define OPT_LOGFILE "/var/log/httpd/suphp_log"
73
74 /* Defines the min GID allowed to run scripts */
75 #define OPT_MIN_GID 100
76
77 /* Defines the min UID allowed to run scripts */
78 #define OPT_MIN_UID 100
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 #define OPT_PATH_TO_PHP "/usr/bin/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 #define OPT_USERGROUP_OWNER 1
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 #define PACKAGE_BUGREPORT "sebastian.marsching@suphp.org"
105
106 /* Define to the full name of this package. */
107 #define PACKAGE_NAME "suphp"
108
109 /* Define to the full name and version of this package. */
110 #define PACKAGE_STRING "suphp 0.5"
111
112 /* Define to the one symbol short name of this package. */
113 #define PACKAGE_TARNAME "suphp"
114
115 /* Define to the version of this package. */
116 #define PACKAGE_VERSION "0.5"
117
118 /* Define to 1 if you have the ANSI C header files. */
119 #define STDC_HEADERS 1
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 `int' if <sys/types.h> doesn't define. */
131 /* #undef uid_t */