
Go to the source code of this file.
Macros | |
| #define | ABUSED_VERSION "0.0.3" |
| #define | TRUE (1==1) |
| #define | FALSE (!TRUE) |
| #define | INVALID_SOCKET -1 |
| #define | SOCKET_ERROR -1 |
| #define | SIOCGARP SIOCARPIPLL |
Typedefs | |
| typedef int | SOCKET |
| typedef int | BOOL |
Defines common to more than one file.
Definition in file common_definitions.h.
| #define ABUSED_VERSION "0.0.3" |
The current version of the program.
Definition at line 11 of file common_definitions.h.
| #define FALSE (!TRUE) |
The definition of FALSE.
Definition at line 18 of file common_definitions.h.
| #define INVALID_SOCKET -1 |
An invalid socket.
Definition at line 22 of file common_definitions.h.
| #define SIOCGARP SIOCARPIPLL |
This is a workaround for systems missing the definition of SIOCGARP.
Definition at line 28 of file common_definitions.h.
| #define SOCKET_ERROR -1 |
An socket error.
Definition at line 24 of file common_definitions.h.
| #define TRUE (1==1) |
The definition of TRUE.
Definition at line 16 of file common_definitions.h.
| typedef int BOOL |
The type boolean.
Definition at line 34 of file common_definitions.h.
| typedef int SOCKET |
A socket.
Definition at line 32 of file common_definitions.h.
1.8.8