~ubuntu-branches/ubuntu/gutsy/rss-glx/gutsy

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2005-11-30 18:21:27 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20051130182127-5iww7elbiyzej1lk
Tags: upstream-0.8.0
ImportĀ upstreamĀ versionĀ 0.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
/* Define to 1 if you have the <bzlib.h> header file. */
10
10
#undef HAVE_BZLIB_H
11
11
 
 
12
/* Define to 1 if you have the <dlfcn.h> header file. */
 
13
#undef HAVE_DLFCN_H
 
14
 
12
15
/* Define to 1 if you have the `getopt' function. */
13
16
#undef HAVE_GETOPT
14
17
 
18
21
/* Define to 1 if you have the `gettimeofday' function. */
19
22
#undef HAVE_GETTIMEOFDAY
20
23
 
 
24
/* GLEW is available for use. */
 
25
#undef HAVE_GLEW
 
26
 
 
27
/* Define to 1 if you have the <GL/glew.h> header file. */
 
28
#undef HAVE_GL_GLEW_H
 
29
 
21
30
/* ImageMagick is available for use. */
22
31
#undef HAVE_IMAGEMAGICK
23
32
 
36
45
/* Define to 1 if you have the `m' library (-lm). */
37
46
#undef HAVE_LIBM
38
47
 
 
48
/* Define to 1 if you have the `Magick' library (-lMagick). */
 
49
#undef HAVE_LIBMAGICK
 
50
 
39
51
/* Define to 1 if you have the `MesaGL' library (-lMesaGL). */
40
52
#undef HAVE_LIBMESAGL
41
53
 
126
138
/* Define to empty if `const' does not conform to ANSI C. */
127
139
#undef const
128
140
 
129
 
/* Define as `__inline' if that's what the C compiler calls it, or to nothing
130
 
   if it is not supported. */
 
141
/* Define to `__inline__' or `__inline' if that's what the C compiler
 
142
   calls it, or to nothing if 'inline' is not supported under any name.  */
 
143
#ifndef __cplusplus
131
144
#undef inline
 
145
#endif