The FreeRADIUS server $Id: f3670dba8951ca10eb4948feb3dc3db9423a334f $
Loading...
Searching...
No Matches
Macros
filenames.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define __attribute__(x)
 
#define ATTRIBUTE_UNUSED   __attribute__ ((__unused__))
 
#define GCC_VERSION   (__GNUC__ * 1000 + __GNUC_MINOR__)
 
#define IS_ABSOLUTE_PATH(f)   (IS_DIR_SEPARATOR((f)[0]))
 
#define IS_DIR_SEPARATOR(c)   ((c) == '/')
 

Macro Definition Documentation

◆ __attribute__

Definition at line 38 of file filenames.h.

◆ ATTRIBUTE_UNUSED

#define ATTRIBUTE_UNUSED   __attribute__ ((__unused__))

Definition at line 42 of file filenames.h.

◆ GCC_VERSION

#define GCC_VERSION   (__GNUC__ * 1000 + __GNUC_MINOR__)

Definition at line 34 of file filenames.h.

◆ IS_ABSOLUTE_PATH

#define IS_ABSOLUTE_PATH (   f)    (IS_DIR_SEPARATOR((f)[0]))

Definition at line 51 of file filenames.h.

◆ IS_DIR_SEPARATOR

#define IS_DIR_SEPARATOR (   c)    ((c) == '/')

Definition at line 50 of file filenames.h.