Remove hpversion.h from repository

This patch removes hpversion.h from the repository, this also untangles a
lot of ifdef mess. This closes bug CDExc19524.
This commit is contained in:
chase
2018-10-05 15:26:13 -05:00
committed by Jon Trulson
parent 90a2b2848a
commit dd68514e4f
92 changed files with 115 additions and 1576 deletions

View File

@@ -47,13 +47,6 @@
extern "C" {
#endif
#if defined(SunOS)
#if (RELMAJOR==5)
#if (RELMINOR<2)
#define STRCASECMP_NOT_DEFINED
#endif /* RELMINOR */
#endif /* RELMAJOR */
#endif
/*
** System V R4 based systems define the stuff we need in
@@ -162,14 +155,6 @@ typedef enum {B_FALSE, B_TRUE} boolean_t;
#endif /* AIX */
/*
* A bug in Solaris 2.1 and the GNU compilers, these are not defined.
*/
#ifdef STRCASECMP_NOT_DEFINED
extern int strcasecmp(const char *, const char *);
extern int strncasecmp(const char *, const char *, size_t);
#endif
#ifdef __cplusplus
}
#endif