X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=amiga.h;h=2701923b574b84ac4d666ccd1978c9bb6cf796c0;hp=53933048764de02c12cbfed275e21104fe7c78fe;hb=e7f33c16b512f119f65800e85ba0beecfd3a1545;hpb=bf4a63ebbdefc878711fbc26c96f4a1348fc5ed7 diff --git a/amiga.h b/amiga.h index 53933048..2701923b 100644 --- a/amiga.h +++ b/amiga.h @@ -1,7 +1,7 @@ #ifdef AMIGA -#ifndef _AMIGA_H -#define _AMIGA_H -#define AMIGA_H_VERSION "$Id: amiga.h,v 1.3 2001/05/25 21:53:27 jongfoster Exp $" +#ifndef AMIGA_H_INCLUDED +#define AMIGA_H_INCLUDED +#define AMIGA_H_VERSION "$Id: amiga.h,v 1.5 2001/07/29 18:43:08 jongfoster Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/amiga.h,v $ @@ -31,6 +31,14 @@ * * Revisions : * $Log: amiga.h,v $ + * 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). + * * Revision 1.3 2001/05/25 21:53:27 jongfoster * Fixing indentation * @@ -98,7 +106,8 @@ __saveds ULONG server_thread(void); } \ } +#undef EINTR #define EINTR 0 -#endif /* ndef _AMIGA_H */ +#endif /* ndef AMIGA_H_INCLUDED */ #endif /* def AMIGA */