Re: Where is NO_ERROR #define'd?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Jul 28, 2010 at 6:26 PM, Michael Powe <michael@xxxxxxxxxxxx> wrote:
> Hello,
>
> The following define appears in apr_errno.h for the version of APR
> used with httpd 2.0 series:
>
> #define APR_STATUS_IS_SUCCESS(s)                ((s) == APR_SUCCESS /
> || (s) == APR_OS_START_SYSERR + NO_ERROR)
>
> Where is NO_ERROR #defined?  I've grepped high and low, can't find
> it.
>
> This define causes a runtime error of the module in 2.2 but not in 2.0
> line. The immediate fix is trivial -- I did that -- but I want to know
> where the change was made.

NO_ERROR is a macro defined by the system on OS/2.  The snippet you
included from apr_errno.h is wrapped by an OS/2 feature test.


-- 
Eric Covener
covener@xxxxxxxxx

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx




[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux