diff options
Diffstat (limited to 'src/cfg_file.h')
-rw-r--r-- | src/cfg_file.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cfg_file.h b/src/cfg_file.h index 437317ed0..201b46823 100644 --- a/src/cfg_file.h +++ b/src/cfg_file.h @@ -154,6 +154,9 @@ struct config_file { char *cfg_name; /**< name of config file */ char *pid_file; /**< name of pid file */ char *temp_dir; /**< dir for temp files */ +#ifdef WITH_GPERF_TOOLS + char *profile_path; +#endif char *bind_host; /**< bind line */ struct in_addr bind_addr; /**< bind address in case of TCP socket */ |