* INT_MIN INT_MAX ULONG_MAX
@ 2008-11-28 14:39 Gáspár Lajos
0 siblings, 0 replies; only message in thread
From: Gáspár Lajos @ 2008-11-28 14:39 UTC (permalink / raw)
To: Netfilter list
Hi List,
I dowloaded the latest iptables git repo and tried to compile.
But I got these error messages:
../include/linux/netfilter_ipv4.h:53: error: 'INT_MIN' undeclared here
(not in a function)
../include/linux/netfilter_ipv4.h:63: error: 'INT_MAX' undeclared here
(not in a function)
libipt_ah.c: In function 'parse_ah_spi':
libipt_ah.c:36: error: 'ULONG_MAX' undeclared (first use in this function)
libipt_ah.c:36: error: (Each undeclared identifier is reported only once
libipt_ah.c:36: error: for each function it appears in.)
... and friends.
These errors can be corrected with inserting the "#include <limits.h>"
line in each source file....
Why do I get the error message?
Thx,
Swifty
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-11-28 14:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-28 14:39 INT_MIN INT_MAX ULONG_MAX Gáspár Lajos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox