Main Page   Data Structures   File List   Data Fields   Globals   Related Pages  

common.h File Reference

defines some additional macros and the like not suited for config.h. More...

#include <stdio.h>

Include dependency graph for common.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Defines

#define _BSD_SOURCE   1
 reveal BSD compatibility functions and macros.

#define _XOPEN_SOURCE   500
 reveal Single Unix Specification functions and macros.

#define true   1
 define a symbolic name for boolean "true".

#define false   0
 define a symbolic name for boolean "false".

#define E_SUCCESS   0
 result of a successful function and errno if no error occured.

#define E_FAILURE   -1
 result of a failing function. This one is not used very often, don't change it!

#define __attribute__(a)
 help non-GNU compilers not to choke on __attribute__s.


Detailed Description

defines some additional macros and the like not suited for config.h.

Definition in file common.h.


Generated on Fri Jan 25 22:40:42 2002 for PDepp Webserver by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001