]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
OK. This is admittedly anal. But the whole idea behind cpp macros
authorJim Jagielski <jim@apache.org>
Thu, 2 May 2002 13:28:46 +0000 (13:28 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 2 May 2002 13:28:46 +0000 (13:28 +0000)
commitff37c01a93c1abb303352a4dba5741b5ca4aa6b2
tree5555a0bdef32f98c270d63daf126ebdcbaab56c1
parentbb0b2461091cda8178e691b8d6ad5bd33a4b394e
OK. This is admittedly anal. But the whole idea behind cpp macros
is to avoid things like "we know NSLINKMODULE_OPTION_NONE is 0"
and making such shortcuts as this. This makes it clear what exactly
we are setting, and though admittedly verbose, the tradeoff of a
few bytes of source is worth it :)

PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94901 13f79535-47bb-0310-9956-ffa450edef68
src/os/unix/os.c