Google

Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

config.h File Reference


Typedefs

typedef int8_t int8
typedef u_int8_t uint8
typedef int16_t int16
typedef u_int16_t uint16
typedef int32_t int32
typedef u_int32_t uint32
typedef int64_t int64
typedef u_int64_t uint64
typedef unsigned socklen_t

Enumerations

enum  {
  PTHREAD_CANCEL_ASYNCHRONOUS = CANCEL_ON,
  PTHREAD_CANCEL_DEFERRED = CANCEL_OFF
}
enum  {
  PTHREAD_CANCEL_ENABLE = CANCEL_ON,
  PTHREAD_CANCEL_DISABLE = CANCEL_OFF
}
enum  bool {
  true = 1,
  false = 0
}
 define these after the last system header has been included so that these do not interfere with them. More...


Typedef Documentation

typedef short int16
 

typedef int int32
 

typedef long int int64
 

typedef char int8
 

typedef int socklen_t
 

typedef unsigned short uint16
 

typedef unsigned int uint32
 

typedef unsigned long int uint64
 

typedef unsigned char uint8
 


Enumeration Type Documentation

anonymous enum
 

Enumeration values:
PTHREAD_CANCEL_ASYNCHRONOUS  
PTHREAD_CANCEL_DEFERRED  

anonymous enum
 

Enumeration values:
PTHREAD_CANCEL_ENABLE  
PTHREAD_CANCEL_DISABLE  

enum bool
 

define these after the last system header has been included so that these do not interfere with them.

Enumeration values:
true  
false  


Generated at Fri Mar 23 10:47:54 2001 for CommonC++ by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000