peapod
0.1.0
EAPOL Proxy Daemon
Main Page
Data Structures
Files
File List
Globals
•
All
Data Structures
Files
Functions
Variables
Macros
Pages
include
defaults.h
Go to the documentation of this file.
1
/**
2
* @file defaults.h
3
* @brief Program name and path constants.
4
*/
5
#pragma once
6
7
#define PEAPOD_PROGRAM "peapod"
8
#define PEAPOD_VERSION "0.1.0"
9
10
#define PEAPOD_PID_PATH "/var/run/peapod.pid"
11
#define PEAPOD_CONF_PATH "/etc/peapod.conf"
12
#define PEAPOD_LOG_PATH "/var/log/peapod.log"
13
14
#define PEAPOD_ROOT_PATH "/"
Generated by
1.8.11