rvm 1.08

config.h

Go to the documentation of this file.
00001 /* config.h.  Generated from config.h.in by configure.  */
00002 /* config.h.in.  Generated from configure.in by autoheader.  */
00003 
00004 /* Assume that the STL throws an exception on memory allocation failure, and
00005    skip the associated tests. (These tests can be very time consuming and can
00006    bring a machine to its knees.) Note that not all implementations of the C++
00007    STL may throw an exception (Solaris-8!) */
00008 #define ASSUME_STL_MEMORY_EXCEPTION "yes"
00009 
00010 /* Default rvm config file */
00011 #define CONFIGFILE "/etc/rvm.conf"
00012 
00013 /* Define to compile with debugging support (--with-debug) */
00014 #define DEBUG 1
00015 
00016 /* Define to 1 if you have the <cassert> header file. */
00017 #define HAVE_CASSERT 1
00018 
00019 /* Define to 1 if you have the <cctype> header file. */
00020 #define HAVE_CCTYPE 1
00021 
00022 /* Define to 1 if you have the <cerrno> header file. */
00023 #define HAVE_CERRNO 1
00024 
00025 /* Define to 1 if you have the <cstdio> header file. */
00026 #define HAVE_CSTDIO 1
00027 
00028 /* Define to 1 if you have the <ctype.h> header file. */
00029 #define HAVE_CTYPE_H 1
00030 
00031 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
00032    */
00033 #define HAVE_DIRENT_H 1
00034 
00035 /* Define to 1 if you have the <errno.h> header file. */
00036 #define HAVE_ERRNO_H 1
00037 
00038 /* Define to 1 if you have the <exception> header file. */
00039 #define HAVE_EXCEPTION 1
00040 
00041 /* Define if stl throws an exception in the event that memory allocation fails
00042    */
00043 #define HAVE_EXCEPTION_ON_ALLOC_FAILURE 1
00044 
00045 /* Define to 1 if you have the <fcntl.h> header file. */
00046 #define HAVE_FCNTL_H 1
00047 
00048 /* Define to 1 if you have the <fnmatch.h> header file. */
00049 #define HAVE_FNMATCH_H 1
00050 
00051 /* Define to 1 if you have the `getcwd' function. */
00052 #define HAVE_GETCWD 1
00053 
00054 /* Define to 1 if you have the <grp.h> header file. */
00055 #define HAVE_GRP_H 1
00056 
00057 /* Define to 1 if you have the <inttypes.h> header file. */
00058 #define HAVE_INTTYPES_H 1
00059 
00060 /* Define to 1 if you have the <iostream> header file. */
00061 #define HAVE_IOSTREAM 1
00062 
00063 /* Define if C++ compiler has numeric limits */
00064 #define HAVE_LIMITS 1
00065 
00066 /* Define to 1 if you have the <map> header file. */
00067 #define HAVE_MAP 1
00068 
00069 /* Define to 1 if you have the <memory.h> header file. */
00070 #define HAVE_MEMORY_H 1
00071 
00072 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
00073 /* #undef HAVE_NDIR_H */
00074 
00075 /* Define to 1 if you have the <pwd.h> header file. */
00076 #define HAVE_PWD_H 1
00077 
00078 /* Define to 1 if you have the <signal.h> header file. */
00079 #define HAVE_SIGNAL_H 1
00080 
00081 /* Define to 1 if you have the <stdint.h> header file. */
00082 #define HAVE_STDINT_H 1
00083 
00084 /* Define to 1 if you have the <stdlib.h> header file. */
00085 #define HAVE_STDLIB_H 1
00086 
00087 /* Define if C++ compiler has streambuf */
00088 #define HAVE_STREAMBUF 1
00089 
00090 /* Define to 1 if you have the <string> header file. */
00091 #define HAVE_STRING 1
00092 
00093 /* Define to 1 if you have the <strings.h> header file. */
00094 #define HAVE_STRINGS_H 1
00095 
00096 /* Define to 1 if you have the <string.h> header file. */
00097 #define HAVE_STRING_H 1
00098 
00099 /* Define to 1 if `st_rdev' is a member of `struct stat'. */
00100 #define HAVE_STRUCT_STAT_ST_RDEV 1
00101 
00102 /* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
00103    `HAVE_STRUCT_STAT_ST_RDEV' instead. */
00104 #define HAVE_ST_RDEV 1
00105 
00106 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
00107    */
00108 /* #undef HAVE_SYS_DIR_H */
00109 
00110 /* Define if OS has sys/mkdev.h */
00111 /* #undef HAVE_SYS_MKDEV_H */
00112 
00113 /* Define if OS has sys/mount.h */
00114 #define HAVE_SYS_MOUNT_H 1
00115 
00116 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
00117    */
00118 /* #undef HAVE_SYS_NDIR_H */
00119 
00120 /* Define if OS has sys/param.h */
00121 #define HAVE_SYS_PARAM_H 1
00122 
00123 /* Define to 1 if you have the <sys/select.h> header file. */
00124 #define HAVE_SYS_SELECT_H 1
00125 
00126 /* Define if OS has sys/statvfs.h */
00127 #define HAVE_SYS_STATVFS_H 1
00128 
00129 /* Define to 1 if you have the <sys/stat.h> header file. */
00130 #define HAVE_SYS_STAT_H 1
00131 
00132 /* Define if OS has sys/time.h */
00133 #define HAVE_SYS_TIME_H 1
00134 
00135 /* Define to 1 if you have the <sys/types.h> header file. */
00136 #define HAVE_SYS_TYPES_H 1
00137 
00138 /* Define if OS has sys/vfs.h */
00139 #define HAVE_SYS_VFS_H 1
00140 
00141 /* Define to 1 if you have the <sys/wait.h> header file. */
00142 #define HAVE_SYS_WAIT_H 1
00143 
00144 /* Define to 1 if you have the <unistd.h> header file. */
00145 #define HAVE_UNISTD_H 1
00146 
00147 /* Define to 1 if you have the <vector> header file. */
00148 #define HAVE_VECTOR 1
00149 
00150 /* The default location of the local rsync program */
00151 #define LOCAL_RSYNC "/usr/bin/rsync"
00152 
00153 /* Default rvm log directory */
00154 #define LOGDIR "/var/log/rvm"
00155 
00156 /* Define for OSX compilation workarounds (--with-osx-workaround) */
00157 #define OSX_WORKAROUND 1
00158 
00159 /* Name of package */
00160 #define PACKAGE "rvm"
00161 
00162 /* Define to the address where bug reports for this package should be sent. */
00163 #define PACKAGE_BUGREPORT ""
00164 
00165 /* Define to the full name of this package. */
00166 #define PACKAGE_NAME ""
00167 
00168 /* Define to the full name and version of this package. */
00169 #define PACKAGE_STRING ""
00170 
00171 /* Define to the one symbol short name of this package. */
00172 #define PACKAGE_TARNAME ""
00173 
00174 /* Define to the home page for this package. */
00175 #define PACKAGE_URL ""
00176 
00177 /* Define to the version of this package. */
00178 #define PACKAGE_VERSION ""
00179 
00180 /* The size of `size_t', as computed by sizeof. */
00181 #define SIZEOF_SIZE_T 8
00182 
00183 /* The size of `unsigned char', as computed by sizeof. */
00184 #define SIZEOF_UNSIGNED_CHAR 1
00185 
00186 /* The size of `unsigned int', as computed by sizeof. */
00187 #define SIZEOF_UNSIGNED_INT 4
00188 
00189 /* The size of `unsigned long', as computed by sizeof. */
00190 #define SIZEOF_UNSIGNED_LONG 8
00191 
00192 /* The size of `unsigned long long', as computed by sizeof. */
00193 #define SIZEOF_UNSIGNED_LONG_LONG 8
00194 
00195 /* The size of `unsigned short', as computed by sizeof. */
00196 #define SIZEOF_UNSIGNED_SHORT 2
00197 
00198 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
00199 /* #undef STAT_MACROS_BROKEN */
00200 
00201 /* Define to 1 if you have the ANSI C header files. */
00202 #define STDC_HEADERS 1
00203 
00204 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
00205 #define TIME_WITH_SYS_TIME 1
00206 
00207 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
00208 /* #undef TM_IN_SYS_TIME */
00209 
00210 /* Version number of package */
00211 #define VERSION "1.08"
00212 
00213 /* Define to compile with debugging assert support (--with-asserts) */
00214 #define WITH_ASSERTS 1
00215 
00216 /* Define if OS needs it for Large Files */
00217 /* #undef _FILE_OFFSET_BITS */
00218 
00219 /* Define if OS needs it for Large Files */
00220 /* #undef _LARGE_FILES */
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines