Squashed commit of the following:

commit 011d9b6b07d904ad1e81ef7c747269903e2d47c4
Author: David Anderson <dvander@alliedmods.net>
Date:   Mon Jan 11 00:17:08 2010 -0600

    Initial import from Subversion (amxmodx/trunk rev 3757).
This commit is contained in:
David Anderson
2014-02-06 23:06:54 -08:00
parent adab9c93a0
commit b706108ed6
96 changed files with 96 additions and 96 deletions

View File

@ -18,7 +18,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx.cpp 3707 2008-04-14 19:56:31Z sawce $
*/
#define AMX_NODYNALOAD

View File

@ -18,7 +18,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx.h 3006 2006-08-28 11:08:18Z dvander $
*/
#if defined FREEBSD && !defined __FreeBSD__

View File

@ -18,7 +18,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amxcore.cpp 1733 2005-07-25 06:03:43Z dvander $
*/
#if defined _UNICODE || defined __UNICODE__ || defined UNICODE
# if !defined UNICODE /* for Windows */

View File

@ -20,7 +20,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amxdbg.cpp 2345 2006-02-10 19:47:09Z faluco $
*/
#include <assert.h>
#include <stdio.h>

View File

@ -21,7 +21,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amxdbg.h 2977 2006-08-27 02:17:18Z damagedsoul $
*/
#ifndef AMXDBG_H_INCLUDED

View File

@ -3,7 +3,7 @@
* Copyright (c) ITB CompuPhase, 2001-2002
* This file may be freely used. No warranties of any kind.
*
* Version: $Id$
* Version: $Id: amxtime.cpp 2511 2006-04-06 12:56:45Z damagedsoul $
*/
#include <time.h>
#include <assert.h>

View File

@ -3,7 +3,7 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id$ */
/* @(#) $Id: zconf.h 3734 2008-08-16 09:48:39Z damagedsoul $ */
#ifndef ZCONF_H
#define ZCONF_H