Last change
on this file since 3067 was
3067,
checked in by Sam Hocevar, 12 years ago
|
libpipi: duplicate the GDI codec in order to prepare the GDI+ one.
|
-
Property svn:keywords set to
Id
|
File size:
1.2 KB
|
Line | |
---|
1 | /* $Id: config.h 3067 2008-10-22 00:03:00Z sam $ */ |
---|
2 | |
---|
3 | /* #undef HAVE_ENDIAN_H */ |
---|
4 | #define HAVE_ERRNO_H 1 |
---|
5 | #define HAVE_GETENV 1 |
---|
6 | /* #undef HAVE_GETTIMEOFDAY */ |
---|
7 | /* #undef HAVE_INTTYPES_H */ |
---|
8 | /* #undef HAVE_IOCTL */ |
---|
9 | #define HAVE_MEMORY_H 1 |
---|
10 | /* #undef HAVE_NCURSES_H */ |
---|
11 | #define HAVE_PUTENV 1 |
---|
12 | /* #undef HAVE_SIGNAL */ |
---|
13 | /* #undef HAVE_SIGNAL_H */ |
---|
14 | /* #undef HAVE_SLANG_H */ |
---|
15 | /* #undef HAVE_SLANG_SLANG_H */ |
---|
16 | #define HAVE_SLEEP 1 |
---|
17 | /* #undef HAVE_STDINT_H */ |
---|
18 | #define HAVE_STDLIB_H 1 |
---|
19 | /* #undef HAVE_STRCASECMP */ |
---|
20 | #define HAVE_STRINGS_H 1 |
---|
21 | #define HAVE_STRING_H 1 |
---|
22 | /* #undef HAVE_SYS_IOCTL_H */ |
---|
23 | #define HAVE_SYS_STAT_H 1 |
---|
24 | /* #undef HAVE_SYS_TIME_H */ |
---|
25 | #define HAVE_SYS_TYPES_H 1 |
---|
26 | /* #undef HAVE_UNISTD_H */ |
---|
27 | /* #undef HAVE_USLEEP */ |
---|
28 | /* #undef HAVE_VSNPRINTF */ |
---|
29 | #define HAVE_SNPRINTF 1 |
---|
30 | #define HAVE_WINDOWS_H 1 |
---|
31 | /* #undef HAVE_X11_XKBLIB_H */ |
---|
32 | /* #undef NO_MINUS_C_MINUS_O */ |
---|
33 | #define PACKAGE_BUGREPORT "" |
---|
34 | #define PACKAGE_NAME "libpipi" |
---|
35 | #define PACKAGE_STRING "" |
---|
36 | #define PACKAGE_TARNAME "" |
---|
37 | #define PACKAGE_VERSION "0.0" |
---|
38 | /* #undef RETSIGTYPE */ |
---|
39 | #define STDC_HEADERS 1 |
---|
40 | /* #undef USE_SDL */ |
---|
41 | /* #undef USE_OPENCV */ |
---|
42 | /* #undef USE_IMLIB2 */ |
---|
43 | #define USE_GDI 1 |
---|
44 | #define USE_GDIPLUS 1 |
---|
45 | /* #undef USE_COCOA */ |
---|
46 | /* #undef const */ |
---|
47 | #ifndef __cplusplus |
---|
48 | #define inline __inline |
---|
49 | #endif |
---|
50 | #define strcasecmp stricmp |
---|
51 | #define snprintf _snprintf |
---|
52 | |
---|
Note: See
TracBrowser
for help on using the repository browser.