ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/includes.h
(Generate patch)

Comparing deliantra/server/include/includes.h (file contents):
Revision 1.1 by root, Fri Feb 3 07:12:49 2006 UTC vs.
Revision 1.3 by pippijn, Mon Dec 11 19:46:46 2006 UTC

1/*
2 * static char *rcsid_includes_h =
3 * "$Id: includes.h,v 1.1 2006/02/03 07:12:49 root Exp $";
4 */
5
6/* 1/*
7 CrossFire, A Multiplayer game for X-windows 2 CrossFire, A Multiplayer game for X-windows
8 3
9 Copyright (C) 2002 Mark Wedel & Crossfire Development Team 4 Copyright (C) 2002 Mark Wedel & Crossfire Development Team
10 Copyright (C) 1992 Frank Tore Johansen 5 Copyright (C) 1992 Frank Tore Johansen
46#if defined(ultrix) && !defined(__ultrix__) 41#if defined(ultrix) && !defined(__ultrix__)
47# define __ultrix__ 42# define __ultrix__
48#endif 43#endif
49 44
50/* Include this first, because it lets us know what we are missing */ 45/* Include this first, because it lets us know what we are missing */
51#ifdef WIN32 /* ---win32 exclude this, config comes from VC ide */
52#include "win32.h"
53#else
54#include <autoconf.h> 46#include <autoconf.h>
55#endif
56 47
57#include <stdio.h> 48#include <stdio.h>
58#include <string.h> 49#include <string.h>
59#include <ctype.h> 50#include <ctype.h>
60#include <errno.h> 51#include <errno.h>
111#if defined(vax) || defined(ibm032) 102#if defined(vax) || defined(ibm032)
112size_t strftime(char *, size_t, const char *, const struct tm *); 103size_t strftime(char *, size_t, const char *, const struct tm *);
113time_t mktime(struct tm *); 104time_t mktime(struct tm *);
114#endif 105#endif
115 106
116
117#endif /* INCLUDES_H */ 107#endif /* INCLUDES_H */
118 108

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines