2006-04-08 17:10:03 +00:00
|
|
|
/* +------------------------------------+
|
|
|
|
* | Inspire Internet Relay Chat Daemon |
|
|
|
|
* +------------------------------------+
|
|
|
|
*
|
|
|
|
* InspIRCd is copyright (C) 2002-2006 ChatSpike-Dev.
|
|
|
|
* E-mail:
|
|
|
|
* <brain@chatspike.net>
|
|
|
|
* <Craig@chatspike.net>
|
|
|
|
* <omster@gmail.com>
|
|
|
|
*
|
|
|
|
* Written by Craig Edwards, Craig McLure, and others.
|
|
|
|
* 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
|