File: config.h

package info (click to toggle)
llvm 2.6-9.1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 57,604 kB
  • ctags: 44,336
  • sloc: cpp: 344,766; sh: 12,407; ansic: 10,617; ada: 3,070; ml: 2,505; perl: 2,496; makefile: 1,426; pascal: 1,163; exp: 389; asm: 307; python: 298; objc: 260; lisp: 182; csh: 117; xml: 38; f90: 36; tcl: 20
file content (30 lines) | stat: -rw-r--r-- 788 bytes parent folder | download | duplicates (3)
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
/* This file is appended to config.h.in to form the Windows version of
 * config.h */

#define PACKAGE_NAME "LLVM (win32 vc8.0)" 
#define PACKAGE_VERSION 2.4
#define PACKAGE_STRING "llvm 2.6svn"
#define LLVM_HOSTTRIPLE "i686-pc-win32"
#define HAVE_WINDOWS_H 1 
#define HAVE_LIMITS_H 1 
#define HAVE_SYS_STAT_H 1 
#define HAVE_STDLIB_H 1 
#define HAVE_STDIO_H 1 
#define HAVE_STRING_H 1 
#define HAVE_CEILF 1 
#define HAVE_FLOORF 1 
#define SHLIBEXT ".lib" 
#define error_t int 
#define HAVE_ERRNO_H 1 
#define LTDL_DLOPEN_DEPLIBS 1 
#define LTDL_OBJDIR "_libs" 
#define LTDL_SHLIBPATH_VAR "PATH" 
#define LTDL_SHLIB_EXT ".dll" 
#define LTDL_SYSSEARCHPATH "" 
#define LLVM_ON_WIN32 1 

#define strtoll _strtoi64
#define strtoull _strtoui64
#define stricmp _stricmp
#define strdup _strdup