summaryrefslogtreecommitdiff
path: root/config_8h-source.html
blob: e977cd0aed83eb1312f680beb8c65a7985337d42 (plain)
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>memcached: config.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css">
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.8 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
    </ul>
  </div>
<h1>config.h</h1><a href="config_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* config.h.  Generated from config.h.in by configure.  */</span>
<a name="l00002"></a>00002 <span class="comment">/* config.h.in.  Generated from configure.ac by autoheader.  */</span>
<a name="l00003"></a>00003 
<a name="l00004"></a>00004 <span class="comment">/* Set to nonzero if you want to include DTRACE */</span>
<a name="l00005"></a>00005 <span class="comment">/* #undef ENABLE_DTRACE */</span>
<a name="l00006"></a>00006 
<a name="l00007"></a>00007 <span class="comment">/* machine is bigendian */</span>
<a name="l00008"></a>00008 <span class="comment">/* #undef ENDIAN_BIG */</span>
<a name="l00009"></a>00009 
<a name="l00010"></a>00010 <span class="comment">/* machine is littleendian */</span>
<a name="l00011"></a><a class="code" href="config_8h.html#79ea30e7a158a10b93d271271b6547fd">00011</a> <span class="preprocessor">#define ENDIAN_LITTLE 1</span>
<a name="l00012"></a>00012 <span class="preprocessor"></span>
<a name="l00013"></a>00013 <span class="comment">/* Define this if you have an implementation of drop_privileges() */</span>
<a name="l00014"></a>00014 <span class="comment">/* #undef HAVE_DROP_PRIVILEGES */</span>
<a name="l00015"></a>00015 
<a name="l00016"></a>00016 <span class="comment">/* Define to 1 if you have the `getpagesizes' function. */</span>
<a name="l00017"></a>00017 <span class="comment">/* #undef HAVE_GETPAGESIZES */</span>
<a name="l00018"></a>00018 
<a name="l00019"></a>00019 <span class="comment">/* Define to 1 if you have the &lt;inttypes.h&gt; header file. */</span>
<a name="l00020"></a><a class="code" href="config_8h.html#b90a030ff2790ebdc176660a6dd2a478">00020</a> <span class="preprocessor">#define HAVE_INTTYPES_H 1</span>
<a name="l00021"></a>00021 <span class="preprocessor"></span>
<a name="l00022"></a>00022 <span class="comment">/* Define to 1 if you have the `memcntl' function. */</span>
<a name="l00023"></a>00023 <span class="comment">/* #undef HAVE_MEMCNTL */</span>
<a name="l00024"></a>00024 
<a name="l00025"></a>00025 <span class="comment">/* Define to 1 if you have the &lt;memory.h&gt; header file. */</span>
<a name="l00026"></a><a class="code" href="config_8h.html#e93a78f9d076138897af441c9f86f285">00026</a> <span class="preprocessor">#define HAVE_MEMORY_H 1</span>
<a name="l00027"></a>00027 <span class="preprocessor"></span>
<a name="l00028"></a>00028 <span class="comment">/* Define to 1 if you have the `mlockall' function. */</span>
<a name="l00029"></a><a class="code" href="config_8h.html#4a6917ed367030ea8b4ed1f977cd876a">00029</a> <span class="preprocessor">#define HAVE_MLOCKALL 1</span>
<a name="l00030"></a>00030 <span class="preprocessor"></span>
<a name="l00031"></a>00031 <span class="comment">/* Define to 1 if you have the `setppriv' function. */</span>
<a name="l00032"></a>00032 <span class="comment">/* #undef HAVE_SETPPRIV */</span>
<a name="l00033"></a>00033 
<a name="l00034"></a>00034 <span class="comment">/* Define to 1 if you have the `sigignore' function. */</span>
<a name="l00035"></a><a class="code" href="config_8h.html#e63de60e6cf022ff32bd40aa2efbeb15">00035</a> <span class="preprocessor">#define HAVE_SIGIGNORE 1</span>
<a name="l00036"></a>00036 <span class="preprocessor"></span>
<a name="l00037"></a>00037 <span class="comment">/* Define to 1 if stdbool.h conforms to C99. */</span>
<a name="l00038"></a><a class="code" href="config_8h.html#8c3fa1b2f1be8c6f6929548c548cf50a">00038</a> <span class="preprocessor">#define HAVE_STDBOOL_H 1</span>
<a name="l00039"></a>00039 <span class="preprocessor"></span>
<a name="l00040"></a>00040 <span class="comment">/* Define to 1 if you have the &lt;stdint.h&gt; header file. */</span>
<a name="l00041"></a><a class="code" href="config_8h.html#b6cd6d1c63c1e26ea2d4537b77148354">00041</a> <span class="preprocessor">#define HAVE_STDINT_H 1</span>
<a name="l00042"></a>00042 <span class="preprocessor"></span>
<a name="l00043"></a>00043 <span class="comment">/* Define to 1 if you have the &lt;stdlib.h&gt; header file. */</span>
<a name="l00044"></a><a class="code" href="config_8h.html#9e0e434ec1a6ddbd97db12b5a32905e0">00044</a> <span class="preprocessor">#define HAVE_STDLIB_H 1</span>
<a name="l00045"></a>00045 <span class="preprocessor"></span>
<a name="l00046"></a>00046 <span class="comment">/* Define to 1 if you have the &lt;strings.h&gt; header file. */</span>
<a name="l00047"></a><a class="code" href="config_8h.html#405d10d46190bcb0320524c54eafc850">00047</a> <span class="preprocessor">#define HAVE_STRINGS_H 1</span>
<a name="l00048"></a>00048 <span class="preprocessor"></span>
<a name="l00049"></a>00049 <span class="comment">/* Define to 1 if you have the &lt;string.h&gt; header file. */</span>
<a name="l00050"></a><a class="code" href="config_8h.html#d4c234dd1625255dc626a15886306e7d">00050</a> <span class="preprocessor">#define HAVE_STRING_H 1</span>
<a name="l00051"></a>00051 <span class="preprocessor"></span>
<a name="l00052"></a>00052 <span class="comment">/* Define to 1 if you have the &lt;sys/stat.h&gt; header file. */</span>
<a name="l00053"></a><a class="code" href="config_8h.html#ce156430ba007d19b4348a950d0c692b">00053</a> <span class="preprocessor">#define HAVE_SYS_STAT_H 1</span>
<a name="l00054"></a>00054 <span class="preprocessor"></span>
<a name="l00055"></a>00055 <span class="comment">/* Define to 1 if you have the &lt;sys/types.h&gt; header file. */</span>
<a name="l00056"></a><a class="code" href="config_8h.html#69dc70bea5d1f8bd2be9740e974fa666">00056</a> <span class="preprocessor">#define HAVE_SYS_TYPES_H 1</span>
<a name="l00057"></a>00057 <span class="preprocessor"></span>
<a name="l00058"></a>00058 <span class="comment">/* Define this if you have umem.h */</span>
<a name="l00059"></a>00059 <span class="comment">/* #undef HAVE_UMEM_H */</span>
<a name="l00060"></a>00060 
<a name="l00061"></a>00061 <span class="comment">/* Define to 1 if you have the &lt;unistd.h&gt; header file. */</span>
<a name="l00062"></a><a class="code" href="config_8h.html#219b06937831d0da94d801ab13987639">00062</a> <span class="preprocessor">#define HAVE_UNISTD_H 1</span>
<a name="l00063"></a>00063 <span class="preprocessor"></span>
<a name="l00064"></a>00064 <span class="comment">/* Define to 1 if the system has the type `_Bool'. */</span>
<a name="l00065"></a><a class="code" href="config_8h.html#862ffdbac7ac8323712310a418b7d9a3">00065</a> <span class="preprocessor">#define HAVE__BOOL 1</span>
<a name="l00066"></a>00066 <span class="preprocessor"></span>
<a name="l00067"></a>00067 <span class="comment">/* Machine need alignment */</span>
<a name="l00068"></a>00068 <span class="comment">/* #undef NEED_ALIGN */</span>
<a name="l00069"></a>00069 
<a name="l00070"></a>00070 <span class="comment">/* Define to 1 if your C compiler doesn't accept -c and -o together. */</span>
<a name="l00071"></a>00071 <span class="comment">/* #undef NO_MINUS_C_MINUS_O */</span>
<a name="l00072"></a>00072 
<a name="l00073"></a>00073 <span class="comment">/* Name of package */</span>
<a name="l00074"></a><a class="code" href="config_8h.html#ca8570fb706c81df371b7f9bc454ae03">00074</a> <span class="preprocessor">#define PACKAGE "memcached"</span>
<a name="l00075"></a>00075 <span class="preprocessor"></span>
<a name="l00076"></a>00076 <span class="comment">/* Define to the address where bug reports for this package should be sent. */</span>
<a name="l00077"></a><a class="code" href="config_8h.html#1d1d2d7f8d2f95b376954d649ab03233">00077</a> <span class="preprocessor">#define PACKAGE_BUGREPORT "brad@danga.com"</span>
<a name="l00078"></a>00078 <span class="preprocessor"></span>
<a name="l00079"></a>00079 <span class="comment">/* Define to the full name of this package. */</span>
<a name="l00080"></a><a class="code" href="config_8h.html#1c0439e4355794c09b64274849eb0279">00080</a> <span class="preprocessor">#define PACKAGE_NAME "memcached"</span>
<a name="l00081"></a>00081 <span class="preprocessor"></span>
<a name="l00082"></a>00082 <span class="comment">/* Define to the full name and version of this package. */</span>
<a name="l00083"></a><a class="code" href="config_8h.html#c73e6f903c16eca7710f92e36e1c6fbf">00083</a> <span class="preprocessor">#define PACKAGE_STRING "memcached 1.3.3-14-gf6e0959"</span>
<a name="l00084"></a>00084 <span class="preprocessor"></span>
<a name="l00085"></a>00085 <span class="comment">/* Define to the one symbol short name of this package. */</span>
<a name="l00086"></a><a class="code" href="config_8h.html#f415af6bfede0e8d5453708afe68651c">00086</a> <span class="preprocessor">#define PACKAGE_TARNAME "memcached"</span>
<a name="l00087"></a>00087 <span class="preprocessor"></span>
<a name="l00088"></a>00088 <span class="comment">/* Define to the version of this package. */</span>
<a name="l00089"></a><a class="code" href="config_8h.html#a326a05d5e30f9e9a4bb0b4469d5d0c0">00089</a> <span class="preprocessor">#define PACKAGE_VERSION "1.3.3-14-gf6e0959"</span>
<a name="l00090"></a>00090 <span class="preprocessor"></span>
<a name="l00091"></a>00091 <span class="comment">/* Define to 1 if you have the ANSI C header files. */</span>
<a name="l00092"></a><a class="code" href="config_8h.html#550e5c272cc3cf3814651721167dcd23">00092</a> <span class="preprocessor">#define STDC_HEADERS 1</span>
<a name="l00093"></a>00093 <span class="preprocessor"></span>
<a name="l00094"></a>00094 <span class="comment">/* Version number of package */</span>
<a name="l00095"></a><a class="code" href="config_8h.html#1c6d5de492ac61ad29aec7aa9a436bbf">00095</a> <span class="preprocessor">#define VERSION "1.3.3-14-gf6e0959"</span>
<a name="l00096"></a>00096 <span class="preprocessor"></span>
<a name="l00097"></a>00097 <span class="comment">/* find sigignore on Linux */</span>
<a name="l00098"></a><a class="code" href="config_8h.html#369266c24eacffb87046522897a570d5">00098</a> <span class="preprocessor">#define _GNU_SOURCE 1</span>
<a name="l00099"></a>00099 <span class="preprocessor"></span>
<a name="l00100"></a>00100 <span class="comment">/* Define to empty if `const' does not conform to ANSI C. */</span>
<a name="l00101"></a>00101 <span class="comment">/* #undef const */</span>
<a name="l00102"></a>00102 
<a name="l00103"></a>00103 <span class="comment">/* define to int if socklen_t not available */</span>
<a name="l00104"></a>00104 <span class="comment">/* #undef socklen_t */</span>
</pre></div></div>
<hr size="1"><address style="text-align: right;"><small>Generated on Fri Apr 17 16:28:06 2009 for memcached by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
</body>
</html>