File: config_8h-source.html

package info (click to toggle)
camstream 0.27%2Bdfsg-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 12,320 kB
  • ctags: 5,393
  • sloc: cpp: 17,031; sh: 8,154; asm: 455; ansic: 440; makefile: 343
file content (97 lines) | stat: -rw-r--r-- 8,117 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<html>
<head>
<title>Camstream: CamStream API documentation</title>
<link rel="stylesheet" href="../../tech.css" type="text/css">
</head>
<body>

<!-- Generated by Doxygen 1.3.7 -->
<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div>
<h1>config.h</h1><a href="config_8h.html">Go to the documentation of this file.</a><pre class="fragment"><div>00001 <span class="comment">/* config.h.  Generated by configure.  */</span>
00002 <span class="comment">/* config.h.in.  Generated from configure.ac by autoheader.  */</span>
00003 
00004 <span class="comment">/* Advanced Linux Sound Architecture */</span>
<a name="l00005"></a><a class="code" href="config_8h.html#a0">00005</a> <span class="preprocessor">#define HAVE_ALSA </span>
00006 <span class="preprocessor"></span>
00007 <span class="comment">/* Define to 1 if you have the &lt;dlfcn.h&gt; header file. */</span>
<a name="l00008"></a><a class="code" href="config_8h.html#a1">00008</a> <span class="preprocessor">#define HAVE_DLFCN_H 1</span>
00009 <span class="preprocessor"></span>
00010 <span class="comment">/* Define to 1 if you have the &lt;fcntl.h&gt; header file. */</span>
<a name="l00011"></a><a class="code" href="config_8h.html#a2">00011</a> <span class="preprocessor">#define HAVE_FCNTL_H 1</span>
00012 <span class="preprocessor"></span>
00013 <span class="comment">/* Intel CPU architecture */</span>
<a name="l00014"></a><a class="code" href="config_8h.html#a3">00014</a> <span class="preprocessor">#define HAVE_INTELCPU </span>
00015 <span class="preprocessor"></span>
00016 <span class="comment">/* Define to 1 if you have the &lt;inttypes.h&gt; header file. */</span>
<a name="l00017"></a><a class="code" href="config_8h.html#a4">00017</a> <span class="preprocessor">#define HAVE_INTTYPES_H 1</span>
00018 <span class="preprocessor"></span>
00019 <span class="comment">/* Define to 1 if you have the &lt;memory.h&gt; header file. */</span>
<a name="l00020"></a><a class="code" href="config_8h.html#a5">00020</a> <span class="preprocessor">#define HAVE_MEMORY_H 1</span>
00021 <span class="preprocessor"></span>
00022 <span class="comment">/* Processor has MMX instruction set */</span>
<a name="l00023"></a><a class="code" href="config_8h.html#a6">00023</a> <span class="preprocessor">#define HAVE_MMX </span>
00024 <span class="preprocessor"></span>
00025 <span class="comment">/* Define to 1 if you have the &lt;stdint.h&gt; header file. */</span>
<a name="l00026"></a><a class="code" href="config_8h.html#a7">00026</a> <span class="preprocessor">#define HAVE_STDINT_H 1</span>
00027 <span class="preprocessor"></span>
00028 <span class="comment">/* Define to 1 if you have the &lt;stdlib.h&gt; header file. */</span>
<a name="l00029"></a><a class="code" href="config_8h.html#a8">00029</a> <span class="preprocessor">#define HAVE_STDLIB_H 1</span>
00030 <span class="preprocessor"></span>
00031 <span class="comment">/* Define to 1 if you have the &lt;strings.h&gt; header file. */</span>
<a name="l00032"></a><a class="code" href="config_8h.html#a9">00032</a> <span class="preprocessor">#define HAVE_STRINGS_H 1</span>
00033 <span class="preprocessor"></span>
00034 <span class="comment">/* Define to 1 if you have the &lt;string.h&gt; header file. */</span>
<a name="l00035"></a><a class="code" href="config_8h.html#a10">00035</a> <span class="preprocessor">#define HAVE_STRING_H 1</span>
00036 <span class="preprocessor"></span>
00037 <span class="comment">/* Define to 1 if you have the &lt;sys/ioctl.h&gt; header file. */</span>
<a name="l00038"></a><a class="code" href="config_8h.html#a11">00038</a> <span class="preprocessor">#define HAVE_SYS_IOCTL_H 1</span>
00039 <span class="preprocessor"></span>
00040 <span class="comment">/* Define to 1 if you have the &lt;sys/stat.h&gt; header file. */</span>
<a name="l00041"></a><a class="code" href="config_8h.html#a12">00041</a> <span class="preprocessor">#define HAVE_SYS_STAT_H 1</span>
00042 <span class="preprocessor"></span>
00043 <span class="comment">/* Define to 1 if you have the &lt;sys/types.h&gt; header file. */</span>
<a name="l00044"></a><a class="code" href="config_8h.html#a13">00044</a> <span class="preprocessor">#define HAVE_SYS_TYPES_H 1</span>
00045 <span class="preprocessor"></span>
00046 <span class="comment">/* Define to 1 if you have the &lt;unistd.h&gt; header file. */</span>
<a name="l00047"></a><a class="code" href="config_8h.html#a14">00047</a> <span class="preprocessor">#define HAVE_UNISTD_H 1</span>
00048 <span class="preprocessor"></span>
00049 <span class="comment">/* Name of package */</span>
<a name="l00050"></a><a class="code" href="config_8h.html#a15">00050</a> <span class="preprocessor">#define PACKAGE "camstream"</span>
00051 <span class="preprocessor"></span>
00052 <span class="comment">/* Define to the address where bug reports for this package should be sent. */</span>
<a name="l00053"></a><a class="code" href="config_8h.html#a16">00053</a> <span class="preprocessor">#define PACKAGE_BUGREPORT ""</span>
00054 <span class="preprocessor"></span>
00055 <span class="comment">/* Define to the full name of this package. */</span>
<a name="l00056"></a><a class="code" href="config_8h.html#a17">00056</a> <span class="preprocessor">#define PACKAGE_NAME "CamStream"</span>
00057 <span class="preprocessor"></span>
00058 <span class="comment">/* Define to the full name and version of this package. */</span>
<a name="l00059"></a><a class="code" href="config_8h.html#a18">00059</a> <span class="preprocessor">#define PACKAGE_STRING "CamStream 0.27pre2"</span>
00060 <span class="preprocessor"></span>
00061 <span class="comment">/* Define to the one symbol short name of this package. */</span>
<a name="l00062"></a><a class="code" href="config_8h.html#a19">00062</a> <span class="preprocessor">#define PACKAGE_TARNAME "camstream"</span>
00063 <span class="preprocessor"></span>
00064 <span class="comment">/* Define to the version of this package. */</span>
<a name="l00065"></a><a class="code" href="config_8h.html#a20">00065</a> <span class="preprocessor">#define PACKAGE_VERSION "0.27pre2"</span>
00066 <span class="preprocessor"></span>
00067 <span class="comment">/* Qt multithreading requires this */</span>
<a name="l00068"></a><a class="code" href="config_8h.html#a21">00068</a> <span class="preprocessor">#define QT_THREAD_SUPPORT </span>
00069 <span class="preprocessor"></span>
00070 <span class="comment">/* Define to 1 if you have the ANSI C header files. */</span>
<a name="l00071"></a><a class="code" href="config_8h.html#a22">00071</a> <span class="preprocessor">#define STDC_HEADERS 1</span>
00072 <span class="preprocessor"></span>
00073 <span class="comment">/* Version number of package */</span>
<a name="l00074"></a><a class="code" href="config_8h.html#a23">00074</a> <span class="preprocessor">#define VERSION "0.27pre2"</span>
00075 <span class="preprocessor"></span>
00076 <span class="comment">/* Define to 1 if the X Window System is missing or not being used. */</span>
00077 <span class="comment">/* #undef X_DISPLAY_MISSING */</span>
00078 
00079 <span class="comment">/* Multithreading requires this */</span>
<a name="l00080"></a><a class="code" href="config_8h.html#a24">00080</a> <span class="preprocessor">#define _REENTRANT </span>
00081 <span class="preprocessor"></span>
00082 <span class="comment">/* Define to empty if `const' does not conform to ANSI C. */</span>
00083 <span class="comment">/* #undef const */</span>
</div></pre><hr size="1"><address style="align: right;"><small>Generated on Wed Dec 13 23:38:46 2006 for CamStream by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
</body>
</html>