config.h

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

Generated on Mon Jul 12 12:02:41 2004 for rvm by doxygen 1.3.6