Branch: Tag:

2004-09-26

2004-09-26 15:12:24 by Marcus Comstedt <marcus@mc.pp.se>

Workaround for struct in_addr confusion with clib2 on AmigaOS 4.

Rev: src/global.h:1.98

2:   || This file is part of Pike. For copyright information see COPYRIGHT.   || Pike is distributed under GPL, LGPL and MPL. See the file COPYING   || for more information. - || $Id: global.h,v 1.97 2004/09/26 15:10:29 marcus Exp $ + || $Id: global.h,v 1.98 2004/09/26 15:12:24 marcus Exp $   */      #ifndef GLOBAL_H
45:   #endif   #endif /* __NT__ */    + #ifdef __amigaos__ + /* Avoid getting definitions of struct in_addr from <unistd.h>... */ + #define __USE_NETINET_IN_H + #endif +    /*    * We want to use __builtin functions.    */