00001 /* config.h. Generated by configure. */ 00002 /* config.h.in. Generated from configure.in by autoheader. */ 00003 00004 /* Whether to build java as dynamic module */ 00005 #define COMPILE_DL_JAVA 1 00006 00007 /* Whether to build mono as dynamic module */ 00008 /* #undef COMPILE_DL_MONO */ 00009 00010 /* Define if your system supports the linux abstract namespace */ 00011 #define HAVE_ABSTRACT_NAMESPACE 1 00012 00013 /* Define to 1 if you have the <assert.h> header file. */ 00014 #define HAVE_ASSERT_H 1 00015 00016 /* Define if your system cannot fdopen(socket, "r+") */ 00017 /* #undef HAVE_BROKEN_STDIO */ 00018 00019 /* Define to 1 if you have the declaration of `AF_LOCAL', and to 0 if you 00020 don't. */ 00021 #define HAVE_DECL_AF_LOCAL 1 00022 00023 /* Define to 1 if you have the declaration of `PF_LOCAL', and to 0 if you 00024 don't. */ 00025 #define HAVE_DECL_PF_LOCAL 1 00026 00027 /* Define to 1 if you have the <dlfcn.h> header file. */ 00028 #define HAVE_DLFCN_H 1 00029 00030 /* Define to 1 if you have the <fcntl.h> header file. */ 00031 #define HAVE_FCNTL_H 1 00032 00033 /* Define to 1 if you have the <inttypes.h> header file. */ 00034 #define HAVE_INTTYPES_H 1 00035 00036 /* Define to 1 if you have the <limits.h> header file. */ 00037 #define HAVE_LIMITS_H 1 00038 00039 /* Define to 1 if you have the <memory.h> header file. */ 00040 #define HAVE_MEMORY_H 1 00041 00042 /* Define to 1 if you have the <signal.h> header file. */ 00043 #define HAVE_SIGNAL_H 1 00044 00045 /* Define to 1 if you have the <stdarg.h> header file. */ 00046 #define HAVE_STDARG_H 1 00047 00048 /* Define to 1 if you have the <stdint.h> header file. */ 00049 #define HAVE_STDINT_H 1 00050 00051 /* Define to 1 if you have the <stdlib.h> header file. */ 00052 #define HAVE_STDLIB_H 1 00053 00054 /* Define to 1 if you have the <strings.h> header file. */ 00055 #define HAVE_STRINGS_H 1 00056 00057 /* Define to 1 if you have the <string.h> header file. */ 00058 #define HAVE_STRING_H 1 00059 00060 /* Define if your system supports struct ucred. */ 00061 #define HAVE_STRUCT_UCRED 1 00062 00063 /* Define to 1 if you have the <syslog.h> header file. */ 00064 #define HAVE_SYSLOG_H 1 00065 00066 /* Define to 1 if you have the <sys/ioctl.h> header file. */ 00067 #define HAVE_SYS_IOCTL_H 1 00068 00069 /* Define to 1 if you have the <sys/param.h> header file. */ 00070 #define HAVE_SYS_PARAM_H 1 00071 00072 /* Define to 1 if you have the <sys/poll.h> header file. */ 00073 #define HAVE_SYS_POLL_H 1 00074 00075 /* Define to 1 if you have the <sys/select.h> header file. */ 00076 #define HAVE_SYS_SELECT_H 1 00077 00078 /* Define to 1 if you have the <sys/socket.h> header file. */ 00079 #define HAVE_SYS_SOCKET_H 1 00080 00081 /* Define to 1 if you have the <sys/stat.h> header file. */ 00082 #define HAVE_SYS_STAT_H 1 00083 00084 /* Define to 1 if you have the <sys/time.h> header file. */ 00085 #define HAVE_SYS_TIME_H 1 00086 00087 /* Define to 1 if you have the <sys/types.h> header file. */ 00088 #define HAVE_SYS_TYPES_H 1 00089 00090 /* Define to 1 if you have the <sys/un.h> header file. */ 00091 #define HAVE_SYS_UN_H 1 00092 00093 /* Define to 1 if you have the <sys/wait.h> header file. */ 00094 #define HAVE_SYS_WAIT_H 1 00095 00096 /* Define to 1 if you have the <unistd.h> header file. */ 00097 #define HAVE_UNISTD_H 1 00098 00099 /* Define to 1 if your C compiler doesn't accept -c and -o together. */ 00100 /* #undef NO_MINUS_C_MINUS_O */ 00101 00102 /* Define to the address where bug reports for this package should be sent. */ 00103 #define PACKAGE_BUGREPORT "" 00104 00105 /* Define to the full name of this package. */ 00106 #define PACKAGE_NAME "" 00107 00108 /* Define to the full name and version of this package. */ 00109 #define PACKAGE_STRING "" 00110 00111 /* Define to the one symbol short name of this package. */ 00112 #define PACKAGE_TARNAME "" 00113 00114 /* Define to the version of this package. */ 00115 #define PACKAGE_VERSION "" 00116 00117 /* Define to 1 if you have the ANSI C header files. */ 00118 #define STDC_HEADERS 1
1.4.2