mirror of
https://github.com/chocolate-doom/launcher.git
synced 2024-11-13 00:24:38 +00:00
894287c1c7
Subversion-branch: /launcher Subversion-revision: 1756
27 lines
799 B
C
27 lines
799 B
C
// Dummy config.h for developing launcher. Eventually, the launcher
|
|
// will include the top-level config.h for the program.
|
|
|
|
/* Name of package */
|
|
#define PACKAGE "cocoa-doom"
|
|
|
|
/* Define to the address where bug reports for this package should be sent. */
|
|
#define PACKAGE_BUGREPORT "fraggle@gmail.com"
|
|
|
|
/* Define to the full name of this package. */
|
|
#define PACKAGE_NAME "Cocoa Doom"
|
|
|
|
/* Define to the full name and version of this package. */
|
|
#define PACKAGE_STRING "Cocoa Doom 1.2.1"
|
|
|
|
/* Define to the one symbol short name of this package. */
|
|
#define PACKAGE_TARNAME "cocoa-doom"
|
|
|
|
/* Define to the version of this package. */
|
|
#define PACKAGE_VERSION "1.2.1"
|
|
|
|
/* Define to 1 if you have the ANSI C header files. */
|
|
#define STDC_HEADERS 1
|
|
|
|
/* Version number of package */
|
|
#define VERSION "1.2.1"
|
|
|