1 /* 	$Id: config.vc.h,v 1.1 2007/09/20 17:13:17 toad32767 Exp $ */
2 /*
3  * Sample <config.h> file for Microsoft platforms
4  */
5 
6 typedef unsigned __int64_t 	uint64_t;
7 typedef __int64_t 		int64_t;
8 typedef unsigned int		uint32_t;
9 typedef signed int 		int32_t;
10 typedef unsigned short 		uint16_t;
11 typedef signed short 		int16_t;
12 typedef unsigned char 		uint8_t;
13 typedef signed char 		int8_t;
14 
15 /* Define to the address where bug reports for this package should be sent. */
16 #define PACKAGE_BUGREPORT "marcotrillo@gmail.com"
17 
18 /* Define to the full name of this package. */
19 #define PACKAGE_NAME "LibAiff (MSVC)"
20 
21 /* Define to the full name and version of this package. */
22 #define PACKAGE_STRING "LibAiff (MSVC) $Revision: 1.1 $"
23 
24 /* Define to the version of this package. */
25 #define PACKAGE_VERSION "$Revision: 1.1 $"
26 
27 
28