Back to Evolution Project page
00001 /* config.h. Generated automatically by configure. */ 00002 /* config.h.in. Generated automatically from configure.in by autoheader. */ 00003 00004 /* Define if using alloca.c. */ 00005 /* #undef C_ALLOCA */ 00006 00007 /* Define to empty if the keyword does not work. */ 00008 /* #undef const */ 00009 00010 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems. 00011 This function is required for alloca.c support on those systems. */ 00012 /* #undef CRAY_STACKSEG_END */ 00013 00014 /* Define if you have alloca, as a function or macro. */ 00015 #define HAVE_ALLOCA 1 00016 00017 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */ 00018 #define HAVE_ALLOCA_H 1 00019 00020 /* Define if you have a working `mmap' system call. */ 00021 #define HAVE_MMAP 1 00022 00023 /* Define as __inline if that's what the C compiler calls it. */ 00024 /* #undef inline */ 00025 00026 /* Define to `long' if <sys/types.h> doesn't define. */ 00027 /* #undef off_t */ 00028 00029 /* Define if you need to in order for stat and other things to work. */ 00030 /* #undef _POSIX_SOURCE */ 00031 00032 /* Define to `unsigned' if <sys/types.h> doesn't define. */ 00033 /* #undef size_t */ 00034 00035 /* If using the C implementation of alloca, define if you know the 00036 direction of stack growth for your system; otherwise it will be 00037 automatically deduced at run-time. 00038 STACK_DIRECTION > 0 => grows toward higher addresses 00039 STACK_DIRECTION < 0 => grows toward lower addresses 00040 STACK_DIRECTION = 0 => direction of growth unknown 00041 */ 00042 /* #undef STACK_DIRECTION */ 00043 00044 /* Define if you have the ANSI C header files. */ 00045 #define STDC_HEADERS 1 00046 00047 #define ENABLE_NLS 1 00048 /* #undef HAVE_CATGETS */ 00049 #define HAVE_GETTEXT 1 00050 #define HAVE_LC_MESSAGES 1 00051 #define HAVE_STPCPY 1 00052 #define HAVE_LIBSM 1 00053 #define PACKAGE_LOCALE_DIR "/usr/local/share/locale" 00054 /* #undef PACKAGE_DATA_DIR */ 00055 /* #undef PACKAGE_SOURCE_DIR */ 00056 00057 /* Define if you have the __argz_count function. */ 00058 #define HAVE___ARGZ_COUNT 1 00059 00060 /* Define if you have the __argz_next function. */ 00061 #define HAVE___ARGZ_NEXT 1 00062 00063 /* Define if you have the __argz_stringify function. */ 00064 #define HAVE___ARGZ_STRINGIFY 1 00065 00066 /* Define if you have the dcgettext function. */ 00067 #define HAVE_DCGETTEXT 1 00068 00069 /* Define if you have the getcwd function. */ 00070 #define HAVE_GETCWD 1 00071 00072 /* Define if you have the getpagesize function. */ 00073 #define HAVE_GETPAGESIZE 1 00074 00075 /* Define if you have the munmap function. */ 00076 #define HAVE_MUNMAP 1 00077 00078 /* Define if you have the putenv function. */ 00079 #define HAVE_PUTENV 1 00080 00081 /* Define if you have the setenv function. */ 00082 #define HAVE_SETENV 1 00083 00084 /* Define if you have the setlocale function. */ 00085 #define HAVE_SETLOCALE 1 00086 00087 /* Define if you have the stpcpy function. */ 00088 #define HAVE_STPCPY 1 00089 00090 /* Define if you have the strcasecmp function. */ 00091 #define HAVE_STRCASECMP 1 00092 00093 /* Define if you have the strchr function. */ 00094 #define HAVE_STRCHR 1 00095 00096 /* Define if you have the strdup function. */ 00097 #define HAVE_STRDUP 1 00098 00099 /* Define if you have the <X11/SM/SMlib.h> header file. */ 00100 #define HAVE_X11_SM_SMLIB_H 1 00101 00102 /* Define if you have the <argz.h> header file. */ 00103 #define HAVE_ARGZ_H 1 00104 00105 /* Define if you have the <limits.h> header file. */ 00106 #define HAVE_LIMITS_H 1 00107 00108 /* Define if you have the <locale.h> header file. */ 00109 #define HAVE_LOCALE_H 1 00110 00111 /* Define if you have the <malloc.h> header file. */ 00112 #define HAVE_MALLOC_H 1 00113 00114 /* Define if you have the <nl_types.h> header file. */ 00115 #define HAVE_NL_TYPES_H 1 00116 00117 /* Define if you have the <string.h> header file. */ 00118 #define HAVE_STRING_H 1 00119 00120 /* Define if you have the <sys/param.h> header file. */ 00121 #define HAVE_SYS_PARAM_H 1 00122 00123 /* Define if you have the <unistd.h> header file. */ 00124 #define HAVE_UNISTD_H 1 00125 00126 /* Define if you have the i library (-li). */ 00127 /* #undef HAVE_LIBI */ 00128 00129 /* Name of package */ 00130 #define PACKAGE "evolutionle" 00131 00132 /* Version number of package */ 00133 #define VERSION "0.1" 00134