File: config.h.in

package info (click to toggle)
directfb 1.2.10.0-8%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 16,104 kB
  • sloc: ansic: 175,740; sh: 9,569; makefile: 2,843; cpp: 2,732; perl: 661; asm: 170
file content (143 lines) | stat: -rw-r--r-- 3,923 bytes parent folder | download | duplicates (4)
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
/* config.h.in.  Generated from configure.in by autoheader.  */

/* Define to 1 if you are compiling for PowerPC. */
#undef ARCH_PPC

/* Define to 1 if you are compiling for SH4. */
#undef ARCH_SH4

/* Define to 1 if you are compiling for ix86. */
#undef ARCH_X86

/* Define to 1 if you are compiling for AMD64. */
#undef ARCH_X86_64

/* Define to 1 if Video4Linux 2 is supported. */
#undef DFB_HAVE_V4L2

/* Define to 1 if smooth scaling code should be built. */
#undef DFB_SMOOTH_SCALING

/* The DirectFB version */
#undef DIRECTFB_VERSION

/* Define to 1 if you have the <asm/page.h> header file. */
#undef HAVE_ASM_PAGE_H

/* Define to 1 if you have the declaration of `PTHREAD_MUTEX_RECURSIVE', and
   to 0 if you don't. */
#undef HAVE_DECL_PTHREAD_MUTEX_RECURSIVE

/* Define to 1 if you have the declaration of
   `PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP', and to 0 if you don't. */
#undef HAVE_DECL_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP

/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H

/* Define to 1 if inb, outb and iopl are available. */
#undef HAVE_INB_OUTB_IOPL

/* Define to 1 if struct input_absinfo is defined in linux/input.h. */
#undef HAVE_INPUT_ABSINFO

/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H

/* Define to 1 if you have the `c_r' library (-lc_r). */
#undef HAVE_LIBC_R

/* Define to 1 if you have the `dl' library (-ldl). */
#undef HAVE_LIBDL

/* Define to 1 if you have the `pthread' library (-lpthread). */
#undef HAVE_LIBPTHREAD

/* Define to 1 if you have the <linux/compiler.h> header file. */
#undef HAVE_LINUX_COMPILER_H

/* Define to 1 if you have the <linux/unistd.h> header file. */
#undef HAVE_LINUX_UNISTD_H

/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H

/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H

/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H

/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H

/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H

/* Define to 1 if you have the <sys/io.h> header file. */
#undef HAVE_SYSIO

/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H

/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H

/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H

/* Define to 1 if Linux Input driver should use FBDev system module for
   console keymap queries. */
#undef LINUX_INPUT_USE_FBDEV

/* Define to 1 if your C compiler doesn't accept -c and -o together. */
#undef NO_MINUS_C_MINUS_O

/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT

/* Define to the full name of this package. */
#undef PACKAGE_NAME

/* Define to the full name and version of this package. */
#undef PACKAGE_STRING

/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME

/* Define to the version of this package. */
#undef PACKAGE_VERSION

/* The size of `int', as computed by sizeof. */
#undef SIZEOF_INT

/* The size of `long', as computed by sizeof. */
#undef SIZEOF_LONG

/* The size of `long long', as computed by sizeof. */
#undef SIZEOF_LONG_LONG

/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS

/* Define to 1 if compiling on KallistiOS. */
#undef USE_KOS

/* Define to 1 if MMX assembly is available. */
#undef USE_MMX

/* Define to 1 if ppc assembly is available. */
#undef USE_PPCASM

/* Define to 1 if SSE assembly is available. */
#undef USE_SSE

/* Define to 1 to build with sysfs support. */
#undef USE_SYSFS

/* Define to 1 to build with zlib compression. */
#undef USE_ZLIB

/* Define to 1 if your processor stores words with the most significant byte
   first (like Motorola and SPARC, unlike Intel and VAX). */
#undef WORDS_BIGENDIAN