ReactOS 0.4.15-dev-7788-g1ad9096
config.h File Reference
#include <sys/select.h>
Include dependency graph for config.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  pollfd
 

Macros

#define HAVE_INLINE   1
 
#define HAVE_SYS_SELECT_H   1
 
#define POLLIN   1
 
#define POLLPRI   2
 
#define POLLOUT   4
 
#define FUNCATTR(x)
 
#define ATTRPRINTF(si, tc)
 
#define PRINTFFORMAT(si, tc)   FUNCATTR((ATTRPRINTF(si,tc)))
 
#define ATTRNORETURN
 
#define NONRETURNING   FUNCATTR((ATTRNORETURN))
 
#define NONRETURNPRINTFFORMAT(si, tc)   FUNCATTR((ATTRPRINTF(si,tc),ATTRNORETURN))
 
#define ATTRCONST
 
#define CONSTANT   FUNCATTR((ATTRCONST))
 

Macro Definition Documentation

◆ ATTRCONST

#define ATTRCONST

Definition at line 93 of file config.h.

◆ ATTRNORETURN

#define ATTRNORETURN

Definition at line 76 of file config.h.

◆ ATTRPRINTF

#define ATTRPRINTF (   si,
  tc 
)

Definition at line 64 of file config.h.

◆ CONSTANT

#define CONSTANT   FUNCATTR((ATTRCONST))

Definition at line 97 of file config.h.

◆ FUNCATTR

#define FUNCATTR (   x)

Definition at line 55 of file config.h.

◆ HAVE_INLINE

#define HAVE_INLINE   1

Definition at line 5 of file config.h.

◆ HAVE_SYS_SELECT_H

#define HAVE_SYS_SELECT_H   1

Definition at line 26 of file config.h.

◆ NONRETURNING

#define NONRETURNING   FUNCATTR((ATTRNORETURN))

Definition at line 80 of file config.h.

◆ NONRETURNPRINTFFORMAT

#define NONRETURNPRINTFFORMAT (   si,
  tc 
)    FUNCATTR((ATTRPRINTF(si,tc),ATTRNORETURN))

Definition at line 85 of file config.h.

◆ POLLIN

#define POLLIN   1

Definition at line 45 of file config.h.

◆ POLLOUT

#define POLLOUT   4

Definition at line 47 of file config.h.

◆ POLLPRI

#define POLLPRI   2

Definition at line 46 of file config.h.

◆ PRINTFFORMAT

#define PRINTFFORMAT (   si,
  tc 
)    FUNCATTR((ATTRPRINTF(si,tc)))

Definition at line 68 of file config.h.