blob: 05849855a1cf2bbfc9ec90cb2ddbe2201e06314c (
plain)
1 --- psybnc/src/p_global.h 2002-07-07 22:07:23.000000000 +1000
2 +++ p_global.h 2005-04-14 03:54:52.000000000 +1000
3 @@ -658,6 +658,7 @@
4 extern struct hostent *hostinfo;
5 extern FILE *mainlog;
6 extern char configfile[100];
7 +extern char pidfilename[100];
8 extern char dcchost[200];
9 extern char dcc6host[200];
10 extern int safemode;
11 @@ -1264,8 +1265,8 @@
12 #define pcontext { strmncpy(ctxt,__FILE__,sizeof(ctxt)); strmncpy(cfunc,__FUNCTION__,sizeof(cfunc)); cline=__LINE__; }
13 #define pmalloc(n) __pmalloc((n),__FILE__,__FUNCTION__,__LINE__)
14
15 -#define SSLCERT "key/psybnc.cert.pem"
16 -#define SSLKEY "key/psybnc.key.pem"
17 +#define SSLCERT "/etc/psybnc/key/psybnc.cert.pem"
18 +#define SSLKEY "/etc/psybnc/key/psybnc.key.pem"
19
20 #ifdef HAVE_SSL
21 #ifndef SSLSEC
|