1
0
mirror of https://frontier.innolan.net/rainlance/amiga-fping.git synced 2025-11-23 20:31:38 +00:00
Files
amiga-fping/acconfig.h
2011-12-09 19:58:41 -05:00

19 lines
250 B
C
Executable File

#ifndef CONFIG_H
#define CONFIG_H
@TOP@
/* VERSION (from configure.in) */
#undef VERSION
@BOTTOM@
/* some OSes do not define this ... lets take a wild guess */
#ifndef INADDR_NONE
# define INADDR_NONE 0xffffffffU
#endif
#endif /* CONFIG_H */