|
Apache Portable Runtime
|
|
| #define APR_STATUS_IS_ANONYMOUS | ( | s | ) | ((s) == APR_ANONYMOUS) |
APR is using anonymous shared memory
| #define APR_STATUS_IS_BADARG | ( | s | ) | ((s) == APR_BADARG) |
Getopt found an option not in the option string and an argument was specified in the option string
| #define APR_STATUS_IS_BADCH | ( | s | ) | ((s) == < |