pike.git/
src/
global.h
Branch:
Tag:
Non-build tags
All tags
No tags
2004-09-26
2004-09-26 15:12:24 by Marcus Comstedt <marcus@mc.pp.se>
5e24a47aaf23c74dd4e3ee14b6630abcb3682e94 (
8
lines) (+
7
/-
1
)
[
Show
|
Annotate
]
Branch:
7.6
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. */