DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=33490>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=33490
------- Additional Comments From trawick@apache.org 2005-02-12 16:55 -------
I would suggest a couple of changes to limit the amount of code which cares
about what compiler is being used.
In apr_private.h, just define SIGUSR1 if it isn't already defined (I assume this
is used in apr somewhere); same for SIGUSR2. If these aren't used in APR on
Windows, then they don't need to be defined for any compiler.
With regards to malloc_dbg() vs. malloc(), I suggest making malloc_dbg() a macro
which invokes malloc if we're using a compiler/RTL which doesn't have it (i.e.,
if _CRT_BLOCK is not defined). This could be handled inside apr_private.h as well.
--
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
|