mirror of
https://github.com/matrix-construct/construct
synced 2024-10-31 19:08:59 +01:00
remove references to LIBPATH (closes #26).
This commit is contained in:
parent
654caa84fb
commit
74bae4c6ff
2 changed files with 0 additions and 3 deletions
|
@ -50,7 +50,6 @@
|
|||
/* dirs */
|
||||
#define DPATH IRCD_PREFIX
|
||||
#define BINPATH IRCD_PREFIX "/bin/"
|
||||
#define LIBPATH IRCD_PREFIX "/lib/"
|
||||
#define MODPATH MODULE_DIR
|
||||
#define AUTOMODPATH MODULE_DIR "/autoload/"
|
||||
#define ETCPATH ETC_DIR
|
||||
|
|
|
@ -50,7 +50,6 @@
|
|||
/* dirs */
|
||||
#define DPATH IRCD_PREFIX
|
||||
#define BINPATH IRCD_PREFIX "/bin/"
|
||||
#define LIBPATH IRCD_PREFIX "/lib/"
|
||||
#define MODPATH MODULE_DIR
|
||||
#define AUTOMODPATH MODULE_DIR "/autoload/"
|
||||
#define ETCPATH ETC_DIR
|
||||
|
@ -60,7 +59,6 @@
|
|||
|
||||
/* files */
|
||||
#define SPATH BINPATH "/ircd" /* ircd executable */
|
||||
#define LIPATH LIBPATH "/libircd" SHARED_SUFFIX /* ircd library */
|
||||
#define CPATH ETCPATH "/ircd.conf" /* ircd.conf file */
|
||||
#define RPATH ETCPATH "/ircd.rsa" /* ircd rsa private keyfile */
|
||||
#define MPATH ETCPATH "/ircd.motd" /* MOTD file */
|
||||
|
|
Loading…
Reference in a new issue