Remove 20+ years old workaround for gcc under HP-UX

This is almost surely not necessary any longer as the version of gcc
that must have needed that is no longer supported.
This commit is contained in:
Vadim Zeitlin 2022-10-07 17:20:23 +02:00
parent 7aea15dda5
commit 635ec6c2af

View file

@ -205,11 +205,6 @@
#define __cplusplus
#endif /* __DECCXX */
/* Resolves linking problems under HP-UX when compiling with gcc/g++ */
#if defined(__HPUX__) && defined(__GNUG__)
#define va_list __gnuc_va_list
#endif /* HP-UX */
/* Prevents conflicts between sys/types.h and winsock.h with Cygwin, */
/* when using Windows sockets. */
#if defined(__CYGWIN__) && defined(__WINDOWS__)