commit | d610d27f30c95564314b2143ff3c164624f38336 | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Thu Oct 24 10:03:55 2002 +0000 |
committer | Richard Levitte <levitte@openssl.org> | Thu Oct 24 10:03:55 2002 +0000 |
tree | 89bef56fa1d4ef4bd0263e0a8d8985fe475562d6 | |
parent | 96b35c9e26c847b5f12cf243975de3ed92b50295 [diff] |
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 *);