~ubuntu-branches/ubuntu/raring/libjpeg-turbo/raring

« back to all changes in this revision

Viewing changes to .pc/guard-inline-define/jconfig.h.in

  • Committer: Package Import Robot
  • Author(s): Adam Conrad
  • Date: 2012-06-20 14:26:21 UTC
  • Revision ID: package-import@ubuntu.com-20120620142621-2agvddvbluffpkmv
Tags: 1.1.90+svn733-0ubuntu5
Guard the definition of INLINE in an ifndef block, so that
third parties including our headers don't get it redefined
unexpectedly from under them (which cause the spice FTBFS)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Version ID for the JPEG library.
 
2
 * Might be useful for tests like "#if JPEG_LIB_VERSION >= 60".
 
3
 */
 
4
#define JPEG_LIB_VERSION  62    /* Version 6b */
 
5
 
 
6
/* libjpeg-turbo version */
 
7
#define LIBJPEG_TURBO_VERSION 0
 
8
 
 
9
/* Support arithmetic encoding */
 
10
#undef C_ARITH_CODING_SUPPORTED
 
11
 
 
12
/* Support arithmetic decoding */
 
13
#undef D_ARITH_CODING_SUPPORTED
 
14
 
 
15
/* Compiler supports function prototypes. */
 
16
#undef HAVE_PROTOTYPES
 
17
 
 
18
/* Define to 1 if you have the <stddef.h> header file. */
 
19
#undef HAVE_STDDEF_H
 
20
 
 
21
/* Define to 1 if you have the <stdlib.h> header file. */
 
22
#undef HAVE_STDLIB_H
 
23
 
 
24
/* Compiler supports 'unsigned char'. */
 
25
#undef HAVE_UNSIGNED_CHAR
 
26
 
 
27
/* Compiler supports 'unsigned short'. */
 
28
#undef HAVE_UNSIGNED_SHORT
 
29
 
 
30
/* Compiler does not support pointers to unspecified structures. */
 
31
#undef INCOMPLETE_TYPES_BROKEN
 
32
 
 
33
/* How to obtain function inlining. */
 
34
#undef INLINE
 
35
 
 
36
/* Compiler has <strings.h> rather than standard <string.h>. */
 
37
#undef NEED_BSD_STRINGS
 
38
 
 
39
/* Linker requires that global names be unique in first 15 characters. */
 
40
#undef NEED_SHORT_EXTERNAL_NAMES
 
41
 
 
42
/* Need to include <sys/types.h> in order to obtain size_t. */
 
43
#undef NEED_SYS_TYPES_H
 
44
 
 
45
/* Broken compiler shifts signed values as an unsigned shift. */
 
46
#undef RIGHT_SHIFT_IS_UNSIGNED
 
47
 
 
48
/* Use accelerated SIMD routines. */
 
49
#undef WITH_SIMD
 
50
 
 
51
/* Define to 1 if type `char' is unsigned and you are not using gcc.  */
 
52
#ifndef __CHAR_UNSIGNED__
 
53
# undef __CHAR_UNSIGNED__
 
54
#endif
 
55
 
 
56
/* Define to empty if `const' does not conform to ANSI C. */
 
57
#undef const
 
58
 
 
59
/* Define to `unsigned int' if <sys/types.h> does not define. */
 
60
#undef size_t