--- gvpe/configure.ac 2004/05/30 17:52:32 1.30 +++ gvpe/configure.ac 2005/03/01 06:27:20 1.33 @@ -4,7 +4,7 @@ AC_INIT AC_CONFIG_SRCDIR([src/vped.C]) AC_CANONICAL_TARGET -AM_INIT_AUTOMAKE(vpe, 1.7) +AM_INIT_AUTOMAKE(gvpe, 1.7) AC_CONFIG_HEADERS([config.h]) AM_MAINTAINER_MODE @@ -19,19 +19,24 @@ ]) AH_BOTTOM([ +typedef unsigned char u8; +typedef signed char s8; + #if __CYGWIN__ -typedef unsigned char u8; typedef unsigned short u16; typedef unsigned int u32; +typedef signed short s16; +typedef signed int s32; #else #include /* old modula-2 habits */ -typedef unsigned char u8; typedef uint16_t u16; typedef uint32_t u32; +typedef int16_t s16; +typedef int32_t s32; #endif #endif @@ -382,7 +387,6 @@ AC_CONFIG_FILES([Makefile po/Makefile.in src/Makefile -src/rohc/Makefile doc/Makefile lib/Makefile m4/Makefile