]> git.sur5r.net Git - openldap/blob - contrib/tweb/tweb.h
* configure.in: add tcl8.2 to list of tcl libs to search for, also added new MOD_TCL_LIB
[openldap] / contrib / tweb / tweb.h
1 /*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
2 *                                                                          *
3 * tweb.h.....                                                              *
4 *                                                                          *
5 * Function:..Header-File for TWEB-SOFTWARE                                 *
6 *                                                                          *
7 *                                                                          *
8 *                                                                          *
9 * Authors:...Dr. Kurt Spanier & Bernhard Winkler,                          *
10 *            Zentrum fuer Datenverarbeitung, Bereich Entwicklung           *
11 *            neuer Dienste, Universitaet Tuebingen, GERMANY                *
12 *                                                                          *
13 *                                       ZZZZZ  DDD    V   V                *
14 *            Creation date:                Z   D  D   V   V                *
15 *            August 16 1995               Z    D   D   V V                 *
16 *            Last modification:          Z     D  D    V V                 *
17 *            September 13 1999          ZZZZ   DDD      V                  *
18 *                                                                          *
19 _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
20
21 /*
22  * $Id: tweb.h,v 1.8 1999/09/13 13:47:47 zrnsk01 Exp $
23  *
24  */
25
26
27 #ifndef _TWEB_
28 #define _TWEB_
29
30
31 #include "tgeneral.h"
32 #include "init_exp.h"
33 #include "server_exp.h"
34 #include "support_exp.h"
35
36 PRIVATE void do_child();
37 int     debug                 = 0;
38 int ldap_syslog           = 0;
39 int ldap_syslog_level     = 0;
40
41 int     dosyslog = 0;
42
43 GLOB_STRUCT *globP;
44
45 int             searchaliases = 1;
46
47 #if OL_LDAPV >= 2
48
49 LDAPFriendlyMap     *fm = NULL;
50
51 #else
52
53 FriendlyMap     *fm = NULL;
54
55 #endif
56
57 LDAPFiltDesc    *filtd;
58
59 extern char     version[];
60
61 int     http = 1;       /* HTTP Version ??? */
62
63 int     request = UNKNOWN;
64
65
66
67 #endif /* _TWEB_ */
68
69