mirror of
https://frontier.innolan.net/rainlance/amiga-fping.git
synced 2025-11-23 20:31:38 +00:00
19 lines
250 B
C
Executable File
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 */
|