Rename config.h to irssi-config.h to avoid collisions.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4714 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2008-02-16 11:13:45 +00:00 committed by exg
commit a0400dc3d2
3 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@
#define DEFAULT_SERVER_ADD_PORT 6667
#ifdef HAVE_CONFIG_H
#include "config.h"
#include "irssi-config.h"
#endif
#include <stdio.h>