pike.git/
src/
global.h
Branch:
Tag:
Non-build tags
All tags
No tags
2004-09-26
2004-09-26 15:12:14 by Marcus Comstedt <marcus@mc.pp.se>
2d8041671ca6bc1e498f417901f3527f4d2cd36e (
8
lines) (+
7
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Workaround for struct in_addr confusion with clib2 on AmigaOS 4.
Rev: src/global.h:1.103
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.
102
2004/09/26 15:
10
:
17
marcus Exp $
+
|| $Id: global.h,v 1.
103
2004/09/26 15:
12
:
14
marcus Exp $
*/ #ifndef GLOBAL_H
58:
#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. */