2006-04-08 17:10:03 +00:00
|
|
|
/* +------------------------------------+
|
|
|
|
* | Inspire Internet Relay Chat Daemon |
|
|
|
|
* +------------------------------------+
|
|
|
|
*
|
2006-12-15 22:18:59 +00:00
|
|
|
* InspIRCd: (C) 2002-2007 InspIRCd Development Team
|
|
|
|
* See: http://www.inspircd.org/wiki/index.php/Credits
|
2006-04-08 17:10:03 +00:00
|
|
|
*
|
|
|
|
* This program is free but copyrighted software; see
|
|
|
|
* the file COPYING for details.
|
|
|
|
*
|
|
|
|
* ---------------------------------------------------
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef INSPIRCD_HASHMAP_H
|
|
|
|
#define INSPIRCD_HASHMAP_H
|
|
|
|
|
|
|
|
#include "inspircd_config.h"
|
|
|
|
|
|
|
|
#include <ext/hash_map>
|
|
|
|
#define nspace __gnu_cxx
|
2006-04-10 22:50:41 +00:00
|
|
|
|
2006-04-08 17:10:03 +00:00
|
|
|
#endif
|