mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-25 21:31:18 +00:00
Reportedly the #undef sa_family is really needed on SGIs.
This commit is contained in:
parent
cfbbf80801
commit
048b8393f3
1 changed files with 5 additions and 0 deletions
|
@ -53,6 +53,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
#include <libc.h>
|
||||
#endif
|
||||
|
||||
#if defined(sgi) && defined(sa_family)
|
||||
/* Get rid of problematic SGI #def */
|
||||
# undef sa_family
|
||||
#endif
|
||||
|
||||
#ifndef MAXHOSTNAMELEN
|
||||
#define MAXHOSTNAMELEN 512
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue