aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/yasm/config-win.h
blob: de1c6b596b6db260f9682aebd0cbe893e524b555 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/* config.h.  Generated by cmake from config.h.cmake */ 
 
#define CMAKE_BUILD 1 
 
/* Define if shared libs are being built */ 
/* #undef BUILD_SHARED_LIBS */ 
 
/* Define if messsage translations are enabled */ 
/* #undef ENABLE_NLS */ 
 
/* */ 
#undef HAVE_GETTEXT 
 
/* Define to 1 if you have the <libgen.h> header file. */ 
/* #undef HAVE_LIBGEN_H */ 
 
/* Define to 1 if you have the <unistd.h> header file. */ 
/* #undef HAVE_UNISTD_H */ 
 
/* Define to 1 if you have the <direct.h> header file. */ 
#define HAVE_DIRECT_H 1 
 
/* Define to 1 if you have the `getcwd' function. */ 
#define HAVE_GETCWD 1 
 
/* Define to 1 if you have the `toascii' function. */ 
/* #undef HAVE_TOASCII */ 
 
/* Name of package */ 
#define PACKAGE "yasm" 
 
/* Define to the address where bug reports for this package should be sent. */ 
#define PACKAGE_BUGREPORT "bug-yasm@tortall.net" 
 
/* Define to the full name of this package. */ 
#define PACKAGE_NAME "yasm" 
 
/* Define to the full name and version of this package. */ 
#define PACKAGE_STRING "yasm 1.3.0" 
 
/* Define to the version of this package. */ 
#define PACKAGE_VERSION "1.3.0" 
 
#define VERSION PACKAGE_VERSION 
 
/* Command name to run C preprocessor */ 
#define CPP_PROG "CPP_PROG-NOTFOUND"