X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=amiga.h;h=d9e3a5b7094e8cb0c3218b1a5676e3a4c7e54df8;hp=653a41652698e316a427f1f71578aeb36077c3b6;hb=24143b74d371a06f25a585047192507085c9be5a;hpb=3e5aa1e1d1a0e1c28619c2388be8c1a0ae4fbeb9 diff --git a/amiga.h b/amiga.h index 653a4165..d9e3a5b7 100644 --- a/amiga.h +++ b/amiga.h @@ -1,7 +1,7 @@ #ifdef AMIGA #ifndef AMIGA_H_INCLUDED #define AMIGA_H_INCLUDED -#define AMIGA_H_VERSION "$Id: amiga.h,v 1.4 2001/05/29 20:05:06 joergs Exp $" +#define AMIGA_H_VERSION "$Id: amiga.h,v 1.6 2001/10/13 12:46:08 joergs Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/amiga.h,v $ @@ -31,6 +31,13 @@ * * Revisions : * $Log: amiga.h,v $ + * Revision 1.6 2001/10/13 12:46:08 joergs + * Added #undef EINTR to avoid warnings + * + * Revision 1.5 2001/07/29 18:43:08 jongfoster + * Changing #ifdef _FILENAME_H to FILENAME_H_INCLUDED, to conform to + * ANSI C rules. + * * Revision 1.4 2001/05/29 20:05:06 joergs * Fixed exit() macro not exiting if called before InitAmiga() * (junkbuster --help and --version). @@ -57,6 +64,7 @@ #undef __NOLIBBASE__ #define __CONSTLIBBASEDECL__ const +#define DEVICES_TIMER_H #include #include #include @@ -102,6 +110,7 @@ __saveds ULONG server_thread(void); } \ } +#undef EINTR #define EINTR 0 #endif /* ndef AMIGA_H_INCLUDED */