summaryrefslogtreecommitdiffstats
path: root/wsutil/path_config.h.in
blob: 59d1f5040e1945077a03f359e2ba8d06f40b2ed3 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __PATH_CONFIG_H__
#define __PATH_CONFIG_H__

#define INSTALL_PREFIX  "@PATH_INSTALL_PREFIX@"
#define DATA_DIR        "@PATH_DATA_DIR@"
#define DOC_DIR         "@PATH_DOC_DIR@"
#define PLUGIN_DIR      "@PATH_PLUGIN_DIR@"
#define EXTCAP_DIR      "@PATH_EXTCAP_DIR@"
#define LOG_EXTCAP_DIR  "@PATH_LOG_EXTCAP_DIR@"

#endif