00001 /* config.h. Generated automatically by configure. */ 00002 /* config.h.in. Generated automatically from configure.in by autoheader 2.13. */ 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 to `unsigned' if <sys/types.h> doesn't define. */ 00030 /* #undef size_t */ 00031 00032 /* If using the C implementation of alloca, define if you know the 00033 direction of stack growth for your system; otherwise it will be 00034 automatically deduced at run-time. 00035 STACK_DIRECTION > 0 => grows toward higher addresses 00036 STACK_DIRECTION < 0 => grows toward lower addresses 00037 STACK_DIRECTION = 0 => direction of growth unknown 00038 */ 00039 /* #undef STACK_DIRECTION */ 00040 00041 /* Define if you have the ANSI C header files. */ 00042 #define STDC_HEADERS 1 00043 00044 /* acconfig.h 00045 * This file is in the public domain. 00046 * 00047 * Descriptive text for the C preprocessor macros that 00048 * the distributed Autoconf macros can define. 00049 * These entries are sometimes used by macros 00050 * which glade-- uses. 00051 */ 00052 #define ENABLE_NLS 1 00053 /* #undef HAVE_CATGETS */ 00054 #define HAVE_GETTEXT 1 00055 #define HAVE_LC_MESSAGES 1 00056 #define HAVE_STPCPY 1 00057 /* #undef HAVE_LIBSM */ 00058 #define PACKAGE_LOCALE_DIR "/usr/local/share/locale" 00059 /* #undef PACKAGE_DATA_DIR */ 00060 /* #undef PACKAGE_SOURCE_DIR */ 00061 00062 /* Define if you have the __argz_count function. */ 00063 #define HAVE___ARGZ_COUNT 1 00064 00065 /* Define if you have the __argz_next function. */ 00066 #define HAVE___ARGZ_NEXT 1 00067 00068 /* Define if you have the __argz_stringify function. */ 00069 #define HAVE___ARGZ_STRINGIFY 1 00070 00071 /* Define if you have the dcgettext function. */ 00072 #define HAVE_DCGETTEXT 1 00073 00074 /* Define if you have the getcwd function. */ 00075 #define HAVE_GETCWD 1 00076 00077 /* Define if you have the getpagesize function. */ 00078 #define HAVE_GETPAGESIZE 1 00079 00080 /* Define if you have the munmap function. */ 00081 #define HAVE_MUNMAP 1 00082 00083 /* Define if you have the putenv function. */ 00084 #define HAVE_PUTENV 1 00085 00086 /* Define if you have the setenv function. */ 00087 #define HAVE_SETENV 1 00088 00089 /* Define if you have the setlocale function. */ 00090 #define HAVE_SETLOCALE 1 00091 00092 /* Define if you have the stpcpy function. */ 00093 #define HAVE_STPCPY 1 00094 00095 /* Define if you have the strcasecmp function. */ 00096 #define HAVE_STRCASECMP 1 00097 00098 /* Define if you have the strchr function. */ 00099 #define HAVE_STRCHR 1 00100 00101 /* Define if you have the strdup function. */ 00102 #define HAVE_STRDUP 1 00103 00104 /* Define if you have the <argz.h> header file. */ 00105 #define HAVE_ARGZ_H 1 00106 00107 /* Define if you have the <dlfcn.h> header file. */ 00108 #define HAVE_DLFCN_H 1 00109 00110 /* Define if you have the <limits.h> header file. */ 00111 #define HAVE_LIMITS_H 1 00112 00113 /* Define if you have the <locale.h> header file. */ 00114 #define HAVE_LOCALE_H 1 00115 00116 /* Define if you have the <malloc.h> header file. */ 00117 #define HAVE_MALLOC_H 1 00118 00119 /* Define if you have the <nl_types.h> header file. */ 00120 #define HAVE_NL_TYPES_H 1 00121 00122 /* Define if you have the <string.h> header file. */ 00123 #define HAVE_STRING_H 1 00124 00125 /* Define if you have the <sys/param.h> header file. */ 00126 #define HAVE_SYS_PARAM_H 1 00127 00128 /* Define if you have the <unistd.h> header file. */ 00129 #define HAVE_UNISTD_H 1 00130 00131 /* Define if you have the i library (-li). */ 00132 /* #undef HAVE_LIBI */ 00133 00134 /* Name of package */ 00135 #define PACKAGE "CarpetViewer" 00136 00137 /* Version number of package */ 00138 #define VERSION "0.0" 00139 00140 /* Define if your <locale.h> file defines LC_MESSAGES. */ 00141 #define HAVE_LC_MESSAGES 1 00142