1 /* Setup for Microsoft Visual C++ Version 5 */
2 #ifndef _config_h_
3 #define _config_h_
4 
5 #define PACKAGE "libsidplay"
6 #define VERSION "2.1.1"
7 
8 #define S_A_WHITE_EMAIL "sidplay2@yahoo.com"
9 
10 /* Define if your C++ compiler implements exception-handling.  */
11 /* Note: exception specification is only available for MSVC > 6 */
12 #if _MSC_VER > 1200
13 #   define HAVE_EXCEPTIONS
14 #endif
15 
16 /* Define if you support file names longer than 14 characters.  */
17 #define HAVE_LONG_FILE_NAMES
18 
19 /* Define if you have the <sstream> header file.  */
20 #define HAVE_SSTREAM
21 
22 /* Define if ``ios::nocreate'' is supported. */
23 //#define HAVE_IOS_NOCREATE
24 
25 #endif // _config_h_
26