From 2f9578055707cea606f6a077c0cbfc388f962cd7 Mon Sep 17 00:00:00 2001 From: om Date: Sat, 8 Apr 2006 17:10:03 +0000 Subject: And remember to add this one, just a little header with the #ifdef GCC3 ... stuff that's repeated in about 56543432 places git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3848 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/hash_map.h | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 include/hash_map.h (limited to 'include') diff --git a/include/hash_map.h b/include/hash_map.h new file mode 100644 index 000000000..f74dce92a --- /dev/null +++ b/include/hash_map.h @@ -0,0 +1,31 @@ +/* +------------------------------------+ + * | Inspire Internet Relay Chat Daemon | + * +------------------------------------+ + * + * InspIRCd is copyright (C) 2002-2006 ChatSpike-Dev. + * E-mail: + * + * + * + * + * 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" + +#ifdef GCC3 +#include +#define nspace __gnu_cxx +#else +#include +#define nspace std +#endif + +#endif -- cgit v1.2.3