mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Some more comments.
This commit is contained in:
parent
681a146fe8
commit
43f1dec5a9
@ -15,7 +15,7 @@
|
|||||||
# Creation date: Z D D V V *
|
# Creation date: Z D D V V *
|
||||||
# August 16 1995 Z D D V V *
|
# August 16 1995 Z D D V V *
|
||||||
# Last modification: 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
|
# where is your LDAP client library located
|
||||||
LDAP_RUNTIME=/LDAP
|
# WE NEED portable.h AND ldap_log.h, SO POINT TO THE SOURCE TREE
|
||||||
LDAP_SOURCE =/LDAP/ldap-3.3
|
LDAP_RUNTIME=../..
|
||||||
|
LDAP_SOURCE =../..
|
||||||
|
|
||||||
LIBDIR= $(LDAP_RUNTIME)/lib
|
LIBDIR= $(LDAP_RUNTIME)/libraries
|
||||||
INCDIR= $(LDAP_RUNTIME)/include
|
INCDIR= $(LDAP_RUNTIME)/include
|
||||||
|
|
||||||
# where is some version information for your LDAP client library
|
# where is some version information for your LDAP client library
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
* Creation date: Z D D V V *
|
* Creation date: Z D D V V *
|
||||||
* September 14 1995 Z D D V V *
|
* September 14 1995 Z D D V V *
|
||||||
* Last modification: 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
|
several configuration parameters TWEB provides for runtime
|
||||||
configuration of the program.
|
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
|
SUPPORT
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user