| 1 | #ifndef INITNG_PATHS_H |
| 2 | #define INITNG_PATHS_H |
| 3 | |
| 4 | #define DEVDIR "/dev" |
| 5 | #define ETCDIR "@sysconfdir@" |
| 6 | #define VARDIR "@localstatedir@" |
| 7 | #define INITNG_ROOT "@sysconfdir@/initng" |
| 8 | #define INITNG_MODULE_DIR "@libdir@/initng" |
| 9 | #define INITNG_CORE_BIN "@sbindir@/initng" |
| 10 | |
| 11 | #endif /* INITNG_PATHS_H */ |

