![]() |
The FreeRADIUS server $Id: f3670dba8951ca10eb4948feb3dc3db9423a334f $
|
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) == '/') |
| #define __attribute__ | ( | x | ) |
Definition at line 38 of file filenames.h.
| #define ATTRIBUTE_UNUSED __attribute__ ((__unused__)) |
Definition at line 42 of file filenames.h.
| #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) |
Definition at line 34 of file filenames.h.
| #define IS_ABSOLUTE_PATH | ( | f | ) | (IS_DIR_SEPARATOR((f)[0])) |
Definition at line 51 of file filenames.h.
| #define IS_DIR_SEPARATOR | ( | c | ) | ((c) == '/') |
Definition at line 50 of file filenames.h.
1.9.8