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:
Kevin Easton
2012-06-02 14:53:37 +00:00
parent 252d1bf004
commit 3ed7f68d4e
4 changed files with 6 additions and 3 deletions

View File

@@ -1,5 +1,8 @@
[Changes 1.2c01]
* Rename include/bitchx to include/options.h, fixes building on
case-insensitive platforms. (caf)
* Use AI_ADDRCONFIG flag to improve server address selection when client
is built for IPv6 but we don't have an IPv6 address. (caf)