~ubuntu-branches/ubuntu/trusty/enblend-enfuse/trusty

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Package Import Robot
  • Author(s): Jackson Doak
  • Date: 2014-01-22 06:23:44 UTC
  • mfrom: (5.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20140122062344-gdj5nf671oxprqq7
Tags: 4.1.2+dfsg-2ubuntu1
* Merge from Debian, remaining changes:
  - Build-depend on libglew-dev rather than libglew1.5-dev | libglew1.4-dev
    | libglew-dev.
  - Build using -O1 on arm

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
   */
30
30
#undef HAVE_DIRENT_H
31
31
 
32
 
/* Define if you have the <ext/slist> header file */
33
 
#undef HAVE_EXT_SLIST
34
 
 
35
32
/* Define to 1 if you have the <fenv.h> header file. */
36
33
#undef HAVE_FENV_H
37
34
 
56
53
/* Define to 1 if you have the <GL/gl.h> header file. */
57
54
#undef HAVE_GL_GL_H
58
55
 
 
56
/* Define if functions can be declared `inline'. */
 
57
#undef HAVE_INLINE
 
58
 
59
59
/* Define to 1 if you have the <inttypes.h> header file. */
60
60
#undef HAVE_INTTYPES_H
61
61
 
62
62
/* Define if you have the GLEW library */
63
63
#undef HAVE_LIBGLEW
64
64
 
65
 
/* Define to 1 if you have the `lcms' library (-llcms). */
66
 
#undef HAVE_LIBLCMS
67
 
 
68
 
/* Define to 1 if you have the `xmi' library (-lxmi). */
69
 
#undef HAVE_LIBXMI
 
65
/* Define to 1 if you have the `gsl' library (-lgsl). */
 
66
#undef HAVE_LIBGSL
 
67
 
 
68
/* Define to 1 if you have the `gslcblas' library (-lgslcblas). */
 
69
#undef HAVE_LIBGSLCBLAS
 
70
 
 
71
/* Define to 1 if you have the `lcms2' library (-llcms2). */
 
72
#undef HAVE_LIBLCMS2
 
73
 
 
74
/* Define to 1 if you have the `m' library (-lm). */
 
75
#undef HAVE_LIBM
70
76
 
71
77
/* Define to 1 if you have the `z' library (-lz). */
72
78
#undef HAVE_LIBZ
143
149
/* Define to 1 if you have the `strrchr' function. */
144
150
#undef HAVE_STRRCHR
145
151
 
 
152
/* Define to 1 if you have the `strtok_r' function. */
 
153
#undef HAVE_STRTOK_R
 
154
 
146
155
/* Define to 1 if you have the `strtol' function. */
147
156
#undef HAVE_STRTOL
148
157