From 43f1dec5a9cadfb89a6d9f656d63a6ed248e25d7 Mon Sep 17 00:00:00 2001 From: Kurt Spanier Date: Mon, 13 Sep 1999 16:38:22 +0000 Subject: [PATCH] Some more comments. --- contrib/tweb/Makefile.openldap | 9 +++++---- contrib/tweb/README | 15 ++++++++++++++- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/contrib/tweb/Makefile.openldap b/contrib/tweb/Makefile.openldap index 218a65d074..bbb9ba4b27 100644 --- a/contrib/tweb/Makefile.openldap +++ b/contrib/tweb/Makefile.openldap @@ -15,7 +15,7 @@ # Creation date: Z D D V V * # August 16 1995 Z D D V V * # Last modification: Z D D V V * -# September 9 1999 ZZZZ DDD V * +# September 13 1999 ZZZZ DDD V * # * #/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/ #----------------------------------------------------------------------------- @@ -35,10 +35,11 @@ ######################################################################### # where is your LDAP client library located -LDAP_RUNTIME=/LDAP -LDAP_SOURCE =/LDAP/ldap-3.3 +# WE NEED portable.h AND ldap_log.h, SO POINT TO THE SOURCE TREE +LDAP_RUNTIME=../.. +LDAP_SOURCE =../.. -LIBDIR= $(LDAP_RUNTIME)/lib +LIBDIR= $(LDAP_RUNTIME)/libraries INCDIR= $(LDAP_RUNTIME)/include # where is some version information for your LDAP client library diff --git a/contrib/tweb/README b/contrib/tweb/README index 91b088d5fe..ddda6edb0f 100644 --- a/contrib/tweb/README +++ b/contrib/tweb/README @@ -14,7 +14,7 @@ * Creation date: Z D D V V * * September 14 1995 Z D D V V * * Last modification: Z D D V V * -* January 19 1999 ZZZZ DDD V * +* September 13 1999 ZZZZ DDD V * * * _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/ @@ -69,6 +69,19 @@ INSTALLATION several configuration parameters TWEB provides for runtime configuration of the program. + SINCE THE CODE IS ONLY THE CORE GATEWAY, WITH SOME PRIVATE EXTENSIONS + NOT INCLUDED INTO THAT DISTRIBUTION, DO NOT DELETE CODE BETWEEN + + #ifdef TUE_TEL + #endif + + AND + + #ifdef AMBIXGW + #endif + + IN ANY OF THE SUPPORTED FILES !!! + SUPPORT -- 2.39.5