• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2 * Copyright (C) 2017 Amlogic, Inc. All rights reserved.
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
8 *
9 * This program is distributed in the hope that it will be useful, but WITHOUT
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12 * more details.
13 *
14 * You should have received a copy of the GNU General Public License along
15 * with this program; if not, write to the Free Software Foundation, Inc.,
16 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17 *
18 * Description:
19 */
20 
21 /* config.h.  Generated from config.h.in by configure.  */
22 /* config.h.in.  Generated from configure.ac by autoheader.  */
23 
24 /* Using AltiVec bitslice. */
25 /* #undef DVBCSA_USE_ALTIVEC */
26 
27 /* Using MMX bitslice. */
28 /* #undef DVBCSA_USE_MMX */
29 
30 /* Using SSE2 bitslice. */
31 /* #undef DVBCSA_USE_SSE */
32 
33 #if __SIZEOF_POINTER__ == 4
34 /* Using 32 bits integer bitslice. */
35 #define DVBCSA_USE_UINT32  1
36 #else
37 /* Using 64 bits integer bitslice. */
38 #define DVBCSA_USE_UINT64 1
39 #endif
40 
41 /* Define to 1 if you have the <assert.h> header file. */
42 #ifdef __KERNEL__
43 //#define HAVE_ASSERT_H 0
44 #else
45 #define HAVE_ASSERT_H 1
46 #endif
47 
48 /* Define to 1 if you have the <dlfcn.h> header file. */
49 #define HAVE_DLFCN_H 1
50 
51 /* Define to 1 if you have the <inttypes.h> header file. */
52 #ifdef __KERNEL__
53 #define HAVE_INTTYPES_H 0
54 #else
55 #define HAVE_INTTYPES_H 1
56 #endif
57 
58 /* Define to 1 if you have the <memory.h> header file. */
59 #define HAVE_MEMORY_H 1
60 
61 /* _mm_malloc is available */
62 #ifdef __KERNEL__
63 //#define HAVE_MM_MALLOC 0
64 #else
65 #define HAVE_MM_MALLOC 1
66 #endif
67 
68 /* posix_memalign is available */
69 #ifdef __KERNEL__
70 #else
71 #define HAVE_POSIX_MEMALIGN 1
72 #endif
73 
74 /* Define to 1 if you have the <stdint.h> header file. */
75 #ifdef __KERNEL__
76 #define HAVE_STDINT_H 0
77 #else
78 #define HAVE_STDINT_H 1
79 #endif
80 
81 /* Define to 1 if you have the <stdlib.h> header file. */
82 #ifdef __KERNEL__
83 #define HAVE_STDLIB_H 0
84 #else
85 #define HAVE_STDLIB_H 1
86 #endif
87 
88 /* Define to 1 if you have the <strings.h> header file. */
89 #ifdef __KERNEL__
90 #define HAVE_STRINGS_H 0
91 #else
92 #define HAVE_STRINGS_H 1
93 #endif
94 
95 /* Define to 1 if you have the <string.h> header file. */
96 #define HAVE_STRING_H 1
97 
98 /* Define to 1 if you have the <sys/stat.h> header file. */
99 #define HAVE_SYS_STAT_H 1
100 
101 /* Define to 1 if you have the <sys/types.h> header file. */
102 #define HAVE_SYS_TYPES_H 1
103 
104 /* Define to 1 if you have the <unistd.h> header file. */
105 #define HAVE_UNISTD_H 1
106 
107 /* Define to the sub-directory in which libtool stores uninstalled libraries.
108    */
109 #define LT_OBJDIR ".libs/"
110 
111 /* Name of package */
112 #define PACKAGE "libdvbcsa"
113 
114 /* Define to the address where bug reports for this package should be sent. */
115 #define PACKAGE_BUGREPORT ""
116 
117 /* Define to the full name of this package. */
118 #define PACKAGE_NAME "libdvbcsa"
119 
120 /* Define to the full name and version of this package. */
121 #define PACKAGE_STRING "libdvbcsa 1.1.0"
122 
123 /* Define to the one symbol short name of this package. */
124 #define PACKAGE_TARNAME "libdvbcsa"
125 
126 /* Define to the home page for this package. */
127 #define PACKAGE_URL ""
128 
129 /* Define to the version of this package. */
130 #define PACKAGE_VERSION "1.1.0"
131 
132 /* The size of `long', as computed by sizeof. */
133 #define SIZEOF_LONG 8
134 
135 /* Define to 1 if you have the ANSI C header files. */
136 #define STDC_HEADERS 1
137 
138 /* Version number of package */
139 #define VERSION "1.1.0"
140 
141 /* Define to empty if `const' does not conform to ANSI C. */
142 /* #undef const */
143 
144 /* Define to `__inline__' or `__inline' if that's what the C compiler
145    calls it, or to nothing if 'inline' is not supported under any name.  */
146 #ifndef __cplusplus
147 /* #undef inline */
148 #endif
149