rvm  1.11
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
config.h
Go to the documentation of this file.
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.in by autoheader. */
3 
4 /* Assume that the STL throws an exception on memory allocation failure, and
5  skip the associated tests. (These tests can be very time consuming and can
6  bring a machine to its knees.) Note that not all implementations of the C++
7  STL may throw an exception (Solaris-8!) */
8 #define ASSUME_STL_MEMORY_EXCEPTION "yes"
9 
10 /* Default rvm config file */
11 #define CONFIGFILE "/etc/rvm.conf"
12 
13 /* Define to compile with debugging support (--with-debug) */
14 #define DEBUG 1
15 
16 /* Define to 1 if you have the <cassert> header file. */
17 #define HAVE_CASSERT 1
18 
19 /* Define to 1 if you have the <cctype> header file. */
20 #define HAVE_CCTYPE 1
21 
22 /* Define to 1 if you have the <cerrno> header file. */
23 #define HAVE_CERRNO 1
24 
25 /* Define to 1 if you have the <cstdio> header file. */
26 #define HAVE_CSTDIO 1
27 
28 /* Define to 1 if you have the <ctype.h> header file. */
29 #define HAVE_CTYPE_H 1
30 
31 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
32  */
33 #define HAVE_DIRENT_H 1
34 
35 /* Define to 1 if you have the <errno.h> header file. */
36 #define HAVE_ERRNO_H 1
37 
38 /* Define to 1 if you have the <exception> header file. */
39 #define HAVE_EXCEPTION 1
40 
41 /* Define if stl throws an exception in the event that memory allocation fails
42  */
43 #define HAVE_EXCEPTION_ON_ALLOC_FAILURE 1
44 
45 /* Define to 1 if you have the <fcntl.h> header file. */
46 #define HAVE_FCNTL_H 1
47 
48 /* Define to 1 if you have the <fnmatch.h> header file. */
49 #define HAVE_FNMATCH_H 1
50 
51 /* Define to 1 if you have the `getcwd' function. */
52 #define HAVE_GETCWD 1
53 
54 /* Define to 1 if you have the <grp.h> header file. */
55 #define HAVE_GRP_H 1
56 
57 /* Define to 1 if you have the <inttypes.h> header file. */
58 #define HAVE_INTTYPES_H 1
59 
60 /* Define to 1 if you have the <iostream> header file. */
61 #define HAVE_IOSTREAM 1
62 
63 /* Define if C++ compiler has numeric limits */
64 #define HAVE_LIMITS 1
65 
66 /* Define to 1 if you have the <map> header file. */
67 #define HAVE_MAP 1
68 
69 /* Define to 1 if you have the <memory.h> header file. */
70 #define HAVE_MEMORY_H 1
71 
72 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
73 /* #undef HAVE_NDIR_H */
74 
75 /* Define to 1 if you have the <pwd.h> header file. */
76 #define HAVE_PWD_H 1
77 
78 /* Define to 1 if you have the <signal.h> header file. */
79 #define HAVE_SIGNAL_H 1
80 
81 /* Define to 1 if you have the <stdint.h> header file. */
82 #define HAVE_STDINT_H 1
83 
84 /* Define to 1 if you have the <stdlib.h> header file. */
85 #define HAVE_STDLIB_H 1
86 
87 /* Define if C++ compiler has streambuf */
88 #define HAVE_STREAMBUF 1
89 
90 /* Define to 1 if you have the <string> header file. */
91 #define HAVE_STRING 1
92 
93 /* Define to 1 if you have the <strings.h> header file. */
94 #define HAVE_STRINGS_H 1
95 
96 /* Define to 1 if you have the <string.h> header file. */
97 #define HAVE_STRING_H 1
98 
99 /* Define to 1 if `st_rdev' is a member of `struct stat'. */
100 #define HAVE_STRUCT_STAT_ST_RDEV 1
101 
102 /* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
103  `HAVE_STRUCT_STAT_ST_RDEV' instead. */
104 #define HAVE_ST_RDEV 1
105 
106 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
107  */
108 /* #undef HAVE_SYS_DIR_H */
109 
110 /* Define if OS has sys/mkdev.h */
111 /* #undef HAVE_SYS_MKDEV_H */
112 
113 /* Define if OS has sys/mount.h */
114 #define HAVE_SYS_MOUNT_H 1
115 
116 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
117  */
118 /* #undef HAVE_SYS_NDIR_H */
119 
120 /* Define if OS has sys/param.h */
121 #define HAVE_SYS_PARAM_H 1
122 
123 /* Define to 1 if you have the <sys/select.h> header file. */
124 #define HAVE_SYS_SELECT_H 1
125 
126 /* Define if OS has sys/statvfs.h */
127 #define HAVE_SYS_STATVFS_H 1
128 
129 /* Define to 1 if you have the <sys/stat.h> header file. */
130 #define HAVE_SYS_STAT_H 1
131 
132 /* Define if OS has sys/time.h */
133 #define HAVE_SYS_TIME_H 1
134 
135 /* Define to 1 if you have the <sys/types.h> header file. */
136 #define HAVE_SYS_TYPES_H 1
137 
138 /* Define if OS has sys/vfs.h */
139 #define HAVE_SYS_VFS_H 1
140 
141 /* Define to 1 if you have the <sys/wait.h> header file. */
142 #define HAVE_SYS_WAIT_H 1
143 
144 /* Define to 1 if you have the <unistd.h> header file. */
145 #define HAVE_UNISTD_H 1
146 
147 /* Define to 1 if you have the <vector> header file. */
148 #define HAVE_VECTOR 1
149 
150 /* The default location of the local rsync program */
151 #define LOCAL_RSYNC "/usr/bin/rsync"
152 
153 /* The default location of the local ssh program */
154 #define LOCAL_SSH "/usr/bin/ssh"
155 
156 /* Default rvm log directory */
157 #define LOGDIR "/var/log/rvm"
158 
159 /* Define for OSX compilation workarounds (--with-osx-workaround) */
160 /* #undef OSX_WORKAROUND */
161 
162 /* Name of package */
163 #define PACKAGE "rvm"
164 
165 /* Define to the address where bug reports for this package should be sent. */
166 #define PACKAGE_BUGREPORT ""
167 
168 /* Define to the full name of this package. */
169 #define PACKAGE_NAME ""
170 
171 /* Define to the full name and version of this package. */
172 #define PACKAGE_STRING ""
173 
174 /* Define to the one symbol short name of this package. */
175 #define PACKAGE_TARNAME ""
176 
177 /* Define to the home page for this package. */
178 #define PACKAGE_URL ""
179 
180 /* Define to the version of this package. */
181 #define PACKAGE_VERSION ""
182 
183 /* The size of `size_t', as computed by sizeof. */
184 #define SIZEOF_SIZE_T 8
185 
186 /* The size of `unsigned char', as computed by sizeof. */
187 #define SIZEOF_UNSIGNED_CHAR 1
188 
189 /* The size of `unsigned int', as computed by sizeof. */
190 #define SIZEOF_UNSIGNED_INT 4
191 
192 /* The size of `unsigned long', as computed by sizeof. */
193 #define SIZEOF_UNSIGNED_LONG 8
194 
195 /* The size of `unsigned long long', as computed by sizeof. */
196 #define SIZEOF_UNSIGNED_LONG_LONG 8
197 
198 /* The size of `unsigned short', as computed by sizeof. */
199 #define SIZEOF_UNSIGNED_SHORT 2
200 
201 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
202 /* #undef STAT_MACROS_BROKEN */
203 
204 /* Define to 1 if you have the ANSI C header files. */
205 #define STDC_HEADERS 1
206 
207 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
208 #define TIME_WITH_SYS_TIME 1
209 
210 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
211 /* #undef TM_IN_SYS_TIME */
212 
213 /* Version number of package */
214 #define VERSION "1.11"
215 
216 /* Define to compile with debugging assert support (--with-asserts) */
217 #define WITH_ASSERTS 1
218 
219 /* Define if OS needs it for Large Files */
220 /* #undef _FILE_OFFSET_BITS */
221 
222 /* Define if OS needs it for Large Files */
223 /* #undef _LARGE_FILES */