commit: r646 - trunk/libspread-util/include
[email protected] Fri, 17 Jan 2014 13:05:40 -0500
| Newsgroups | gmane.network.spread.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: jschultz Date: 2014-01-17 13:05:40 -0500 (Fri, 17 Jan 2014) New Revision: 646 Removed: trunk/libspread-util/include/spu_system.h Log: Removing spu_system.h as windows build can now copy spu_system.h.win32. Deleted: trunk/libspread-util/include/spu_system.h =================================================================== --- trunk/libspread-util/include/spu_system.h 2014-01-14 19:20:44 UTC (rev 645) +++ trunk/libspread-util/include/spu_system.h 2014-01-17 18:05:40 UTC (rev 646) @@ -1,31 +0,0 @@ -/* This system header contains those constants that change upon autoconf compilation and are - * required for the Spread Util Library API. These should not conflict with any other - * definitions in other software and should be safe to include in other software. This file - * contains static definitions of the normally autoconf generated constants for a static - * build on Windows. - */ - -#ifndef SYSTEM_H -#define SYSTEM_H - -#define SPU_ARCH_PC_WIN95 1 -#define SPU_HAVE_STDLIB_H 1 -#define SPU_HAVE_LIMITS_H 1 -#define SPU_SIZEOF_CHAR 1 -#define SPU_SIZEOF_SHORT_INT 2 -#define SPU_SIZEOF_INT 4 -#define SPU_SIZEOF_LONG_INT 4 -#define SPU_SIZEOF_LONG_LONG_INT 8 - -#undef SPU_HAVE_UINTXX_T -#undef SPU_HAVE_U_INT -#undef SPU_HAVE_U_INT64_T -#undef SPU_HAVE_U_INTXX_T -#undef SPU_HAVE_INT64_T -#undef SPU_HAVE_INTXX_T -#undef SPU_HAVE_INTTYPES_H -#undef SPU_HAVE_SYS_BITYPES_H - -#include "spu_system_defs.h" - -#endif /* SYSTEM_H */