On certain platforms, we redefine certain symbols using macros in
authorRichard Levitte <levitte@openssl.org>
Thu, 24 Oct 2002 10:03:55 +0000 (10:03 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 24 Oct 2002 10:03:55 +0000 (10:03 +0000)
commitd610d27f30c95564314b2143ff3c164624f38336
tree89bef56fa1d4ef4bd0263e0a8d8985fe475562d6
parent96b35c9e26c847b5f12cf243975de3ed92b50295
On certain platforms, we redefine certain symbols using macros in
apps.h.  For those, it's better to include apps.h after the system
headers where those symbols may be defined, since there's otherwise a
chance that the C compiler will barf when it sees something that looks
like this after expansion:

int VMS_strcasecmp((str1),(str2))(const char *, const char *);
apps/apps.c
apps/ca.c