info/session.c didn't want to compile until I added #include <strings.h> so that it had a definition for strncasecmp
makeinfo/lang.h didn't want to compile until I added "#undef hz" before the
typedef enum of language_code_type because hz is Hertz and is 100 on AIX 4.3.3
After that it was happy.
Gary
