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.4 by pippijn, Mon Dec 11 21:06:58 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>
61#include <signal.h> 52#include <signal.h>
62#include <setjmp.h> 53#include <setjmp.h>
63#include <stdlib.h> 54#include <stdlib.h>
55
56#define __STDC_FORMAT_MACROS
57#include <inttypes.h>
64 58
65#ifdef __NetBSD__ 59#ifdef __NetBSD__
66#include <math.h> 60#include <math.h>
67#endif 61#endif
68 62
111#if defined(vax) || defined(ibm032) 105#if defined(vax) || defined(ibm032)
112size_t strftime(char *, size_t, const char *, const struct tm *); 106size_t strftime(char *, size_t, const char *, const struct tm *);
113time_t mktime(struct tm *); 107time_t mktime(struct tm *);
114#endif 108#endif
115 109
110#define I64_PFd PRId64
111#define I64_PFx PRIx64
116 112
117#endif /* INCLUDES_H */ 113#endif /* INCLUDES_H */
118 114

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines