File: config.h

package info (click to toggle)
sidplay-libs 2.1.1-16
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,680 kB
  • sloc: cpp: 18,547; sh: 15,489; ansic: 701; makefile: 166; perl: 35
file content (17 lines) | stat: -rw-r--r-- 437 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* Setup for Microsoft Visual C++ Version 5 */
#ifndef _config_h_
#define _config_h_

#define PACKAGE "libsidutils"
#define VERSION "0.0.0"

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

/* Define if you support file names longer than 14 characters.  */
#define HAVE_LONG_FILE_NAMES

/* Define if you have the <strstrea.h> header file.  */
#define HAVE_STRSTREA_H

#endif // _config_h_