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:
parent
7aea15dda5
commit
635ec6c2af
1 changed files with 0 additions and 5 deletions
|
|
@ -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__)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue