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.3 by pippijn, Mon Dec 11 19:46:46 2006 UTC vs.
Revision 1.4 by pippijn, Mon Dec 11 21:06:58 2006 UTC

51#include <errno.h> 51#include <errno.h>
52#include <signal.h> 52#include <signal.h>
53#include <setjmp.h> 53#include <setjmp.h>
54#include <stdlib.h> 54#include <stdlib.h>
55 55
56#define __STDC_FORMAT_MACROS
57#include <inttypes.h>
58
56#ifdef __NetBSD__ 59#ifdef __NetBSD__
57#include <math.h> 60#include <math.h>
58#endif 61#endif
59 62
60#ifdef HAVE_FCNTL_H 63#ifdef HAVE_FCNTL_H
102#if defined(vax) || defined(ibm032) 105#if defined(vax) || defined(ibm032)
103size_t strftime(char *, size_t, const char *, const struct tm *); 106size_t strftime(char *, size_t, const char *, const struct tm *);
104time_t mktime(struct tm *); 107time_t mktime(struct tm *);
105#endif 108#endif
106 109
110#define I64_PFd PRId64
111#define I64_PFx PRIx64
112
107#endif /* INCLUDES_H */ 113#endif /* INCLUDES_H */
108 114

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines