]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/hash_map.h
'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are auto skipp...
[user/henk/code/inspircd.git] / include / hash_map.h
index 784a8bc3b2a21b7925d7786cffebdf035297a473..36e0b2b028b7db2fd826ad917372d5aaab743a3b 100644 (file)
@@ -1,33 +1 @@
-/*       +------------------------------------+
- *       | Inspire Internet Relay Chat Daemon |
- *       +------------------------------------+
- *
- *  InspIRCd: (C) 2002-2007 InspIRCd Development Team
- * See: http://www.inspircd.org/wiki/index.php/Credits
- *
- * 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"
-
-/** Where hash_map is varies from compiler to compiler
- * as it is not standard.
- */
-#ifndef WIN32
-#include <ext/hash_map>
-/** Oddball linux namespace for hash_map */
-#define nspace __gnu_cxx
-#else
-#include <hash_map>
-#define nspace stdext
-/** Oddball windows namespace for hash_map */
-using stdext::hash_map;
-#endif
-
-#endif
+/*       +------------------------------------+\r *       | Inspire Internet Relay Chat Daemon |\r *       +------------------------------------+\r *\r *  InspIRCd: (C) 2002-2007 InspIRCd Development Team\r * See: http://www.inspircd.org/wiki/index.php/Credits\r *\r * This program is free but copyrighted software; see\r *            the file COPYING for details.\r *\r * ---------------------------------------------------\r */\r \r#ifndef INSPIRCD_HASHMAP_H\r#define INSPIRCD_HASHMAP_H\r\r#include "inspircd_config.h"\r\r/** Where hash_map is varies from compiler to compiler\r * as it is not standard.\r */\r#ifndef WIN32\r#include <ext/hash_map>\r/** Oddball linux namespace for hash_map */\r#define nspace __gnu_cxx\r#else\r#include <hash_map>\r#define nspace stdext\r/** Oddball windows namespace for hash_map */\rusing stdext::hash_map;\r#endif\r\r#endif\r
\ No newline at end of file