~ubuntu-branches/ubuntu/lucid/recordmydesktop/lucid

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): José L. Redrejo Rodríguez
  • Date: 2006-11-25 10:56:54 UTC
  • Revision ID: james.westby@ubuntu.com-20061125105654-zme0x5ytxzkyn45m
Tags: upstream-0.3.0r2
Import upstream version 0.3.0r2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
 
2
 
 
3
/* Define to 1 if the `closedir' function returns void instead of `int'. */
 
4
#undef CLOSEDIR_VOID
 
5
 
 
6
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
 
7
   */
 
8
#undef HAVE_DIRENT_H
 
9
 
 
10
/* Define to 1 if you have the <inttypes.h> header file. */
 
11
#undef HAVE_INTTYPES_H
 
12
 
 
13
/* Define to 1 if you have the `asound' library (-lasound). */
 
14
#undef HAVE_LIBASOUND
 
15
 
 
16
/* Define to 1 if you have the `ICE' library (-lICE). */
 
17
#undef HAVE_LIBICE
 
18
 
 
19
/* Define to 1 if you have the `m' library (-lm). */
 
20
#undef HAVE_LIBM
 
21
 
 
22
/* Define to 1 if you have the `ogg' library (-logg). */
 
23
#undef HAVE_LIBOGG
 
24
 
 
25
/* Define to 1 if you have the `pthread' library (-lpthread). */
 
26
#undef HAVE_LIBPTHREAD
 
27
 
 
28
/* Define to 1 if you have the `SM' library (-lSM). */
 
29
#undef HAVE_LIBSM
 
30
 
 
31
/* Define to 1 if you have the `theora' library (-ltheora). */
 
32
#undef HAVE_LIBTHEORA
 
33
 
 
34
/* Define to 1 if you have the `vorbis' library (-lvorbis). */
 
35
#undef HAVE_LIBVORBIS
 
36
 
 
37
/* Define to 1 if you have the `vorbisenc' library (-lvorbisenc). */
 
38
#undef HAVE_LIBVORBISENC
 
39
 
 
40
/* Define to 1 if you have the `vorbisfile' library (-lvorbisfile). */
 
41
#undef HAVE_LIBVORBISFILE
 
42
 
 
43
/* Define to 1 if you have the `X11' library (-lX11). */
 
44
#undef HAVE_LIBX11
 
45
 
 
46
/* Define to 1 if you have the `Xdamage' library (-lXdamage). */
 
47
#undef HAVE_LIBXDAMAGE
 
48
 
 
49
/* Define to 1 if you have the `Xext' library (-lXext). */
 
50
#undef HAVE_LIBXEXT
 
51
 
 
52
/* Define to 1 if you have the `Xfixes' library (-lXfixes). */
 
53
#undef HAVE_LIBXFIXES
 
54
 
 
55
/* Define to 1 if you have the `z' library (-lz). */
 
56
#undef HAVE_LIBZ
 
57
 
 
58
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
 
59
   to 0 otherwise. */
 
60
#undef HAVE_MALLOC
 
61
 
 
62
/* Define to 1 if you have the <memory.h> header file. */
 
63
#undef HAVE_MEMORY_H
 
64
 
 
65
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
 
66
#undef HAVE_NDIR_H
 
67
 
 
68
/* Define to 1 if you have the <stdint.h> header file. */
 
69
#undef HAVE_STDINT_H
 
70
 
 
71
/* Define to 1 if you have the <stdlib.h> header file. */
 
72
#undef HAVE_STDLIB_H
 
73
 
 
74
/* Define to 1 if you have the <strings.h> header file. */
 
75
#undef HAVE_STRINGS_H
 
76
 
 
77
/* Define to 1 if you have the <string.h> header file. */
 
78
#undef HAVE_STRING_H
 
79
 
 
80
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
 
81
   */
 
82
#undef HAVE_SYS_DIR_H
 
83
 
 
84
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
 
85
   */
 
86
#undef HAVE_SYS_NDIR_H
 
87
 
 
88
/* Define to 1 if you have the <sys/stat.h> header file. */
 
89
#undef HAVE_SYS_STAT_H
 
90
 
 
91
/* Define to 1 if you have the <sys/time.h> header file. */
 
92
#undef HAVE_SYS_TIME_H
 
93
 
 
94
/* Define to 1 if you have the <sys/types.h> header file. */
 
95
#undef HAVE_SYS_TYPES_H
 
96
 
 
97
/* Define to 1 if you have the <unistd.h> header file. */
 
98
#undef HAVE_UNISTD_H
 
99
 
 
100
/* Define to 1 if you have the <vorbis/vorbisfile.h> header file. */
 
101
#undef HAVE_VORBIS_VORBISFILE_H
 
102
 
 
103
/* Name of package */
 
104
#undef PACKAGE
 
105
 
 
106
/* Define to the address where bug reports for this package should be sent. */
 
107
#undef PACKAGE_BUGREPORT
 
108
 
 
109
/* Define to the full name of this package. */
 
110
#undef PACKAGE_NAME
 
111
 
 
112
/* Define to the full name and version of this package. */
 
113
#undef PACKAGE_STRING
 
114
 
 
115
/* Define to the one symbol short name of this package. */
 
116
#undef PACKAGE_TARNAME
 
117
 
 
118
/* Define to the version of this package. */
 
119
#undef PACKAGE_VERSION
 
120
 
 
121
/* Define to 1 if you have the ANSI C header files. */
 
122
#undef STDC_HEADERS
 
123
 
 
124
/* Version number of package */
 
125
#undef VERSION
 
126
 
 
127
/* Define to 1 if the X Window System is missing or not being used. */
 
128
#undef X_DISPLAY_MISSING
 
129
 
 
130
/* Define to rpl_malloc if the replacement function should be used. */
 
131
#undef malloc