]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
One way or another, whether we leave the casts in or out, right now we are
authorColm MacCarthaigh <colm@apache.org>
Tue, 4 Oct 2005 16:18:24 +0000 (16:18 +0000)
committerColm MacCarthaigh <colm@apache.org>
Tue, 4 Oct 2005 16:18:24 +0000 (16:18 +0000)
commit4674da2cc71a116b0277db071b069bf15342cfe8
tree90dcd90e65da7eb9b1bd52bfbdc457ccfb80b3a3
parent05c9c1300611b2e9082292459ac132169d7a04b4
One way or another, whether we leave the casts in or out, right now we are
using "void *" containers to store long integers; Add a configure-time check to
ensure that it is valid to assume that a "void *" container is large enough to
store a long int. See <200510031150.j93Boh700945@devsys.jaguNET.com> and
ensuing discussion on httpd-dev.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@294809 13f79535-47bb-0310-9956-ffa450edef68
acinclude.m4
configure.in