LIBSSDP
 All Classes Files Functions Variables Typedefs Macros
Macros | Typedefs
common_definitions.h File Reference
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

Defines common to more than one file.

Definition in file common_definitions.h.

Macro Definition Documentation

#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 Documentation

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.