summaryrefslogtreecommitdiff
path: root/libsidplay2/sidplay-libs-2.1.0/builders/resid-builder/win/VC/config.h
blob: 87d75e5cd959ccfd1c981eec6a90ab7fd82d3bbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* Setup for Microsoft Visual C++ Version 5 */
#ifndef _config_h_
#define _config_h_

/* Define if your C++ compiler implements exception-handling.  */
/* #define HAVE_EXCEPTIONS */

/* Name of package */
#define PACKAGE "resid-builder"

/* Version number of package */
#define VERSION "0.0.2"

/* Defines to indicate that resid is in an non standard location.
   SID_HAVE_LOCAL_RESID indicates that an include path has been used
   to where the resid directory is located but does not include
   the resid directory name.
   SID_HAVE_USER_RESID indicates that a fully qualified include path
   has been provided that includes the resid directory name and therefore
   resids include files are available by calling them directly.
*/
#define HAVE_LOCAL_RESID

#endif // _config_h_