00001 /* config.h. Generated by configure. */ 00002 /* config.h.in. Generated from configure.in by autoheader. */ 00003 /* $Id: config.h.in,v 1.3 2003/08/13 01:49:42 Mysid Exp $ */ 00004 00005 /* 00006 * This is in the top level so that it is in the same "local" directory 00007 * * as aclocal.m4, so autoreconf causes autoheader to find it. Nothing 00008 * * actually includes this file, it is always processed into something else. 00009 */ 00010 00011 /* 00012 * Don't use too large a block, because the autoheader processing can't 00013 * handle it on some systems. 00014 */ 00015 00016 /* define if your headers do not define sys_errlist */ 00017 /* #undef NEED_SYS_ERRLIST */ 00018 00019 /* define if your lex defines yylineno */ 00020 /* #undef HAVE_YYLINENO */ 00021 00022 /* define if you need u_int32_t */ 00023 /* #undef u_int32_t */ 00024 00025 /* define if you need int32_t */ 00026 /* #undef int32_t */ 00027 00028 /* define if you need u_int16_t */ 00029 /* #undef u_int16_t */ 00030 00031 /* define if you need int16_t */ 00032 /* #undef int16_t */ 00033 00034 /* define if you need u_int8_t */ 00035 /* #undef u_int8_t */ 00036 00037 /* define if you need int8_t */ 00038 /* #undef int8_t */ 00039 00040 /* Define to enable +G opflag */ 00041 #define ENABLE_GRPOPS 1 00042 00043 /* Address that akill/kline mail goes to from services */ 00044 #define AKILLMAILTO "mysidia@sorcery.net" 00045 00046 /* Address for ops akill logs (ie: an opers mailing list) */ 00047 #define OPSMAILTO "mysidia@sorcery.net" 00048 00049 /* Domain name of network */ 00050 #define NETWORK "sorcery.net" 00051 00052 /* Path to sendmail and the -t flag */ 00053 #define SENDMAIL "/usr/sbin/sendmail -t" 00054 00055 /* Path to help files */ 00056 #define HELP_PATH "./help/" 00057 00058 /* Path to configuration files and databases */ 00059 #define CFGPATH "." 00060 00061 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ 00062 /* #undef HAVE_DOPRNT */ 00063 00064 /* Define to 1 if you have the <fcntl.h> header file. */ 00065 #define HAVE_FCNTL_H 1 00066 00067 /* Define to 1 if you have the <getopt.h> header file. */ 00068 #define HAVE_GETOPT_H 1 00069 00070 /* Define to 1 if you have the `getrusage' function. */ 00071 #define HAVE_GETRUSAGE 1 00072 00073 /* Define to 1 if you have the <inttypes.h> header file. */ 00074 #define HAVE_INTTYPES_H 1 00075 00076 /* Define to 1 if you have the <libpq-fe.h> header file. */ 00077 /* #undef HAVE_LIBPQ_FE_H */ 00078 00079 /* Define to 1 if you have the <memory.h> header file. */ 00080 #define HAVE_MEMORY_H 1 00081 00082 /* Define to 1 if you have the <netinet/in.h> header file. */ 00083 #define HAVE_NETINET_IN_H 1 00084 00085 /* Define to 1 if you have the <stdarg.h> header file. */ 00086 #define HAVE_STDARG_H 1 00087 00088 /* Define to 1 if you have the <stdint.h> header file. */ 00089 #define HAVE_STDINT_H 1 00090 00091 /* Define to 1 if you have the <stdlib.h> header file. */ 00092 #define HAVE_STDLIB_H 1 00093 00094 /* Define to 1 if you have the `strchr' function. */ 00095 #define HAVE_STRCHR 1 00096 00097 /* Define to 1 if you have the `strdup' function. */ 00098 #define HAVE_STRDUP 1 00099 00100 /* Define to 1 if you have the `strerror' function. */ 00101 #define HAVE_STRERROR 1 00102 00103 /* Define to 1 if you have the <strings.h> header file. */ 00104 #define HAVE_STRINGS_H 1 00105 00106 /* Define to 1 if you have the <string.h> header file. */ 00107 #define HAVE_STRING_H 1 00108 00109 /* Define to 1 if you have the <sys/resource.h> header file. */ 00110 #define HAVE_SYS_RESOURCE_H 1 00111 00112 /* Define to 1 if you have the <sys/stat.h> header file. */ 00113 #define HAVE_SYS_STAT_H 1 00114 00115 /* Define to 1 if you have the <sys/time.h> header file. */ 00116 #define HAVE_SYS_TIME_H 1 00117 00118 /* Define to 1 if you have the <sys/types.h> header file. */ 00119 #define HAVE_SYS_TYPES_H 1 00120 00121 /* Define to 1 if you have the <unistd.h> header file. */ 00122 #define HAVE_UNISTD_H 1 00123 00124 /* Define to 1 if you have the `vprintf' function. */ 00125 #define HAVE_VPRINTF 1 00126 00127 /* "Second e-mail address for akill logs (ie: an ops mailing list)" */ 00128 #define OPSMAILTO "mysidia@sorcery.net" 00129 00130 /* Name of package */ 00131 #define PACKAGE "services" 00132 00133 /* Define to the address where bug reports for this package should be sent. */ 00134 #define PACKAGE_BUGREPORT "" 00135 00136 /* Define to the full name of this package. */ 00137 #define PACKAGE_NAME "" 00138 00139 /* Define to the full name and version of this package. */ 00140 #define PACKAGE_STRING "" 00141 00142 /* Define to the one symbol short name of this package. */ 00143 #define PACKAGE_TARNAME "" 00144 00145 /* Define to the version of this package. */ 00146 #define PACKAGE_VERSION "" 00147 00148 /* Define as the return type of signal handlers (`int' or `void'). */ 00149 #define RETSIGTYPE void 00150 00151 /* Define to 1 if you have the ANSI C header files. */ 00152 #define STDC_HEADERS 1 00153 00154 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 00155 #define TIME_WITH_SYS_TIME 1 00156 00157 /* Version number of package */ 00158 #define VERSION "1.4.2-test" 00159 00160 /* Define to empty if `const' does not conform to ANSI C. */ 00161 /* #undef const */ 00162 00163 /* Define to `long' if <sys/types.h> does not define. */ 00164 /* #undef off_t */ 00165 00166 /* Define to `unsigned' if <sys/types.h> does not define. */ 00167 /* #undef size_t */