strerror has this conditional inclusion:
#if HAVE_ERRNO_H
#include <errno.h>
#endif
so if there is a errno.h file in \squid\include\ it will be
included?
there is no other function in strerror.c regarding errno.h
so including it might be all to use its data?
if so one could set this condition
#if Win32
#if HAVE_ERRNO_H
#include <errno.win32.h>
#endif
#endif
well maybe it's just too easy to work that way but i'll
give it a try and compile it with my errno.h
who knows ;-)
regards,
Clemens
> Adding the defines won't help much.. the code needs to know to ask the correct
> list of error descriptions.
-- __________________________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signupReceived on Tue Sep 10 2002 - 11:49:14 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:16:31 MST