Rename include/bitchx to include/options.h. This fixes building on
case-insensitive filesystems like NTFS or HFS+, where it clashes with the BitchX binary. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@204 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
@@ -499,7 +499,7 @@ functions.o: functions.c ../include/irc.h ../include/defs.h \
|
||||
../include/gui.h ../include/gtkbitchx.h ../include/translat.h \
|
||||
../include/notify.h ../include/misc.h ../include/userlist.h \
|
||||
../include/numbers.h ../include/hash2.h ../include/whowas.h \
|
||||
../include/log.h ../include/bitchx ../include/tcl_bx.h
|
||||
../include/log.h ../include/options.h ../include/tcl_bx.h
|
||||
funny.o: funny.c ../include/irc.h ../include/defs.h \
|
||||
../include/config.h ../include/../.config.h ../include/color.h \
|
||||
../include/bsdglob.h ../include/irc_std.h ../include/debug.h \
|
||||
|
||||
@@ -46,7 +46,7 @@ CVS_REVISION(functions_c)
|
||||
#define MAIN_SOURCE
|
||||
#include "modval.h"
|
||||
|
||||
#include "bitchx"
|
||||
#include "options.h"
|
||||
#include <sys/stat.h>
|
||||
|
||||
#ifdef HAVE_REGEX_H
|
||||
|
||||
Reference in New Issue
Block a user