Release
[hcoop/zz_old/debian/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 <dlfcn.h> header file. */
4 #undef HAVE_DLFCN_H
5
6 /* Define to 1 if you have the <fcntl.h> header file. */
7 #undef HAVE_FCNTL_H
8
9 /* Define to 1 if you have the <inttypes.h> header file. */
10 #undef HAVE_INTTYPES_H
11
12 /* Define to 1 if you have the <memory.h> header file. */
13 #undef HAVE_MEMORY_H
14
15 /* Define to 1 if you have the <stdint.h> header file. */
16 #undef HAVE_STDINT_H
17
18 /* Define to 1 if you have the <stdlib.h> header file. */
19 #undef HAVE_STDLIB_H
20
21 /* Define to 1 if you have the <strings.h> header file. */
22 #undef HAVE_STRINGS_H
23
24 /* Define to 1 if you have the <string.h> header file. */
25 #undef HAVE_STRING_H
26
27 /* Define to 1 if you have the <sys/stat.h> header file. */
28 #undef HAVE_SYS_STAT_H
29
30 /* Define to 1 if you have the <sys/types.h> header file. */
31 #undef HAVE_SYS_TYPES_H
32
33 /* Define to 1 if you have the <unistd.h> header file. */
34 #undef HAVE_UNISTD_H
35
36 /* Defines the username of the Apache user */
37 #undef OPT_APACHE_USER
38
39 /* Define if you want to disable the check, wether script resides in
40 DOCUMENT_ROOT */
41 #undef OPT_DISABLE_CHECKPATH
42
43 /* Defines path to logfile */
44 #undef OPT_LOGFILE
45
46 /* Defines the min GID allowed to run scripts */
47 #undef OPT_MIN_GID
48
49 /* Defines the min UID allowed to run scripts */
50 #undef OPT_MIN_UID
51
52 /* Define if you want to set UID/GID to the user/group specified in the Apache
53 configuration */
54 #undef OPT_USERGROUP_FORCE
55
56 /* Define if you want to set UID/GID to the owner of the script */
57 #undef OPT_USERGROUP_OWNER
58
59 /* Define if you want to set UID/GID to the user/group specified in the Apache
60 configuration AND check if these settings match the UID/GID of the script
61 */
62 #undef OPT_USERGROUP_PARANOID
63
64 /* Name of package */
65 #undef PACKAGE
66
67 /* Define to the address where bug reports for this package should be sent. */
68 #undef PACKAGE_BUGREPORT
69
70 /* Define to the full name of this package. */
71 #undef PACKAGE_NAME
72
73 /* Define to the full name and version of this package. */
74 #undef PACKAGE_STRING
75
76 /* Define to the one symbol short name of this package. */
77 #undef PACKAGE_TARNAME
78
79 /* Define to the version of this package. */
80 #undef PACKAGE_VERSION
81
82 /* Define to 1 if you have the ANSI C header files. */
83 #undef STDC_HEADERS
84
85 /* Version number of package */
86 #undef VERSION