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.2 by root, Sat Sep 16 22:06:17 2006 UTC vs.
Revision 1.4 by pippijn, Mon Dec 11 21:06:58 2006 UTC

41#if defined(ultrix) && !defined(__ultrix__) 41#if defined(ultrix) && !defined(__ultrix__)
42# define __ultrix__ 42# define __ultrix__
43#endif 43#endif
44 44
45/* 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 */
46#ifdef WIN32 /* ---win32 exclude this, config comes from VC ide */
47#include "win32.h"
48#else
49#include <autoconf.h> 46#include <autoconf.h>
50#endif
51 47
52#include <stdio.h> 48#include <stdio.h>
53#include <string.h> 49#include <string.h>
54#include <ctype.h> 50#include <ctype.h>
55#include <errno.h> 51#include <errno.h>
56#include <signal.h> 52#include <signal.h>
57#include <setjmp.h> 53#include <setjmp.h>
58#include <stdlib.h> 54#include <stdlib.h>
55
56#define __STDC_FORMAT_MACROS
57#include <inttypes.h>
59 58
60#ifdef __NetBSD__ 59#ifdef __NetBSD__
61#include <math.h> 60#include <math.h>
62#endif 61#endif
63 62
106#if defined(vax) || defined(ibm032) 105#if defined(vax) || defined(ibm032)
107size_t strftime(char *, size_t, const char *, const struct tm *); 106size_t strftime(char *, size_t, const char *, const struct tm *);
108time_t mktime(struct tm *); 107time_t mktime(struct tm *);
109#endif 108#endif
110 109
110#define I64_PFd PRId64
111#define I64_PFx PRIx64
112
111#endif /* INCLUDES_H */ 113#endif /* INCLUDES_H */
112 114

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines