Defines | |
| #define | PORT_DSO_DEFAULT 0 |
| The APR-default binding mode flag (?). | |
| #define | PORT_DSO_BIND_NOW 0x1 |
| Eager mode flag: the resolution/relocation of dynamic symbols should be performed at library loading. | |
| #define | PORT_DSO_BIND_DEFER 0x2 |
| Lazy mode flag: the resolution/relocation of dynamic symbols should be deferred until reference to the symbol encountered. | |
| #define PORT_DSO_DEFAULT 0 |
The APR-default binding mode flag (?).
| #define PORT_DSO_BIND_NOW 0x1 |
Eager mode flag: the resolution/relocation of dynamic symbols should be performed at library loading.
| #define PORT_DSO_BIND_DEFER 0x2 |
Lazy mode flag: the resolution/relocation of dynamic symbols should be deferred until reference to the symbol encountered.
Genereated on Tue Mar 11 19:25:24 2008 by Doxygen.
(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.