hello, how can I read the MAX_URI_SIZE value in openser.cfg?
regards, Daniele ********************************************************************** The information in this message is confidential and may be legally privileged. It is intended solely for the addressee. Access to this message by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, or distribution of the message, or any action or omission taken by you in reliance on it, is prohibited and may be unlawful. Please immediately contact the sender if you have received this message inerror.
**********************************************************************
On Monday 23 June 2008, Zappasodi Daniele wrote:
how can I read the MAX_URI_SIZE value in openser.cfg?
Hi Dainiele,
this is not possible, as its a compile time constant, defined in config.h. But unless you've changed it in your compiled binary, you can just assume its the standard value 1024.
Cheers,
Henning