Rev 104 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 104 | Rev 115 | ||
---|---|---|---|
Line 11... | Line 11... | ||
11 | SESSION_CACHE_ENABLE = true # SSL session cache Requires Berkeley DB 3 or 4 |
11 | SESSION_CACHE_ENABLE = true # SSL session cache Requires Berkeley DB 3 or 4 |
12 | GZIP_ENABLE = true # Enable on the fly compression of pages |
12 | GZIP_ENABLE = true # Enable on the fly compression of pages |
13 | LDAP_ENABLE = true # Add LDAP interface |
13 | LDAP_ENABLE = true # Add LDAP interface |
14 | FENCE_ENABLE = false # Use Electric Fence to catch malloc problems |
14 | FENCE_ENABLE = false # Use Electric Fence to catch malloc problems |
15 | MUTEX_SEMAPHORE = true # Use SYSV mutexes rather than file locking |
15 | MUTEX_SEMAPHORE = true # Use SYSV mutexes rather than file locking |
- | 16 | TIDY_ENABLE = true # Use libtidy for HTML sanitisation |
|
16 | 17 | ||
17 | # Following depend on the way that you have configured c-client |
18 | # Following depend on the way that you have configured c-client |
18 | CCLIENT_SSL_ENABLE = false # C-client was built with SSL support |
19 | CCLIENT_SSL_ENABLE = false # C-client was built with SSL support |
19 | CCLIENT_PAM_ENABLE = false # C-client was built with PAM support |
20 | CCLIENT_PAM_ENABLE = false # C-client was built with PAM support |
20 | CCLIENT_KERB_ENABLE = false # C-client was built with Kerberos support |
21 | CCLIENT_KERB_ENABLE = false # C-client was built with Kerberos support |
Line 64... | Line 65... | ||
64 | 65 | ||
65 | # Electric fence (required if FENCE_ENABLE set) |
66 | # Electric fence (required if FENCE_ENABLE set) |
66 | FENCE_INCLUDE= |
67 | FENCE_INCLUDE= |
67 | FENCE_LIBS=-lmcheck |
68 | FENCE_LIBS=-lmcheck |
68 | 69 | ||
- | 70 | # Tidy library (required if TIDY_ENABLE set) |
|
- | 71 | TIDY_INCLUDE=-I/usr/include/tidy |
|
- | 72 | TIDY_LIBS=-ltidy |
|
- | 73 | ||
69 | # Zlib (required if GZIP_ENABLE set) |
74 | # Zlib (required if GZIP_ENABLE set) |
70 | Z_INCLUDE = |
75 | Z_INCLUDE = |
71 | Z_LIBS = -lz |
76 | Z_LIBS = -lz |
72 | 77 | ||
73 | # LDAP (required if LDAP_ENABLE set) |
78 | # LDAP (required if LDAP_ENABLE set) |