~ubuntu-branches/debian/stretch/spice/stretch

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Package Import Robot
  • Author(s): Michael Tokarev
  • Date: 2015-10-09 01:14:03 UTC
  • mfrom: (0.4.8) (2.1.16 sid)
  • Revision ID: package-import@ubuntu.com-20151009011403-t4vpns687ezjcjvk
Tags: 0.12.6-2
* stop linking with libcacard as no symbols from it are
  actually used
* use dh-autoreconf since we're modifying automake files again

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
   */
28
28
#undef HAVE_ALLOCA_H
29
29
 
30
 
/* Defined if we have clock_gettime() */
31
 
#undef HAVE_CLOCK_GETTIME
32
 
 
33
30
/* Define to 1 if you have the <dlfcn.h> header file. */
34
31
#undef HAVE_DLFCN_H
35
32
 
72
69
/* Define to 1 if you have the <unistd.h> header file. */
73
70
#undef HAVE_UNISTD_H
74
71
 
75
 
/* Define if we have Xinerama */
76
 
#undef HAVE_XINERAMA
77
 
 
78
 
/* Define if we have XRANDR 12 */
79
 
#undef HAVE_XRANDR12
80
 
 
81
 
/* Define to the sub-directory in which libtool stores uninstalled libraries.
82
 
   */
 
72
/* Define to the sub-directory where libtool stores uninstalled libraries. */
83
73
#undef LT_OBJDIR
84
74
 
85
75
/* Name of package */
103
93
/* Define to the version of this package. */
104
94
#undef PACKAGE_VERSION
105
95
 
106
 
/* The POSIX RT yield function */
107
 
#undef POSIX_YIELD_FUNC
108
 
 
109
96
/* If using the C implementation of alloca, define if you know the
110
97
   direction of stack growth for your system; otherwise it will be
111
98
   automatically deduced at runtime.
117
104
/* Define to 1 if you have the ANSI C header files. */
118
105
#undef STDC_HEADERS
119
106
 
120
 
/* Define to build with CEGUI support */
121
 
#undef USE_GUI
 
107
/* Define to build with lz4 support */
 
108
#undef USE_LZ4
122
109
 
123
110
/* Define to build with OpenGL support */
124
111
#undef USE_OPENGL
141
128
# endif
142
129
#endif
143
130
 
144
 
/* Force definition of format macros for C++ */
145
 
#undef __STDC_FORMAT_MACROS
146
 
 
147
131
/* Define to `unsigned int' if <sys/types.h> does not define. */
148
132
#undef size_t