unrealircd

- supernets unrealircd source & configuration
git clone git://git.acid.vegas/unrealircd.git
Log | Files | Refs | Archive | README | LICENSE

setup.h.in (6605B)

      1 /* include/setup.h.in.  Generated from configure.ac by autoheader.  */
      2 
      3 /* Define the directory where the unrealircd binary is located */
      4 #undef BINDIR
      5 
      6 /* Specify the build directory */
      7 #undef BUILDDIR
      8 
      9 /* Define the location of the cached remote include files */
     10 #undef CACHEDIR
     11 
     12 /* Define the location of the configuration files */
     13 #undef CONFDIR
     14 
     15 /* Define the path of the control socket */
     16 #undef CONTROLFILE
     17 
     18 /* Define the location of permanent data files */
     19 #undef DATADIR
     20 
     21 /* The default permissions for configuration files. Set to 0 to prevent
     22    unrealircd from calling chmod() on the files. */
     23 #undef DEFAULT_PERMISSIONS
     24 
     25 /* Define the location of the documentation */
     26 #undef DOCDIR
     27 
     28 /* Define if you have getrusage */
     29 #undef GETRUSAGE_2
     30 
     31 /* Define if you have the <glob.h> header file. */
     32 #undef GLOBH
     33 
     34 /* Define if ssl library has ASN1_TIME_diff */
     35 #undef HAS_ASN1_TIME_diff
     36 
     37 /* Define if ssl library has SSL_CTX_set1_curves_list */
     38 #undef HAS_SSL_CTX_SET1_CURVES_LIST
     39 
     40 /* Define if ssl library has SSL_CTX_set_min_proto_version */
     41 #undef HAS_SSL_CTX_SET_MIN_PROTO_VERSION
     42 
     43 /* Define if ssl library has SSL_CTX_set_security_level */
     44 #undef HAS_SSL_CTX_SET_SECURITY_LEVEL
     45 
     46 /* Define if ssl library has X509_check_host */
     47 #undef HAS_X509_check_host
     48 
     49 /* Define if ssl library has X509_get0_notAfter */
     50 #undef HAS_X509_get0_notAfter
     51 
     52 /* Define if you have crypt */
     53 #undef HAVE_CRYPT
     54 
     55 /* Define if you have epoll */
     56 #undef HAVE_EPOLL
     57 
     58 /* Define to 1 if you have the `epoll_create' function. */
     59 #undef HAVE_EPOLL_CREATE
     60 
     61 /* Define to 1 if you have the `epoll_ctl' function. */
     62 #undef HAVE_EPOLL_CTL
     63 
     64 /* Define to 1 if you have the `epoll_wait' function. */
     65 #undef HAVE_EPOLL_WAIT
     66 
     67 /* Define to 1 if you have the `explicit_bzero' function. */
     68 #undef HAVE_EXPLICIT_BZERO
     69 
     70 /* Define to 1 if you have the `getrusage' function. */
     71 #undef HAVE_GETRUSAGE
     72 
     73 /* Define to 1 if you have the <inttypes.h> header file. */
     74 #undef HAVE_INTTYPES_H
     75 
     76 /* Define to 1 if you have the `kevent' function. */
     77 #undef HAVE_KEVENT
     78 
     79 /* Define to 1 if you have the `kqueue' function. */
     80 #undef HAVE_KQUEUE
     81 
     82 /* Define to 1 if you have the `poll' function. */
     83 #undef HAVE_POLL
     84 
     85 /* Define if you have PS_STRINGS */
     86 #undef HAVE_PSSTRINGS
     87 
     88 /* Define if you have pstat */
     89 #undef HAVE_PSTAT
     90 
     91 /* Define if you have POSIX threads libraries and header files. */
     92 #undef HAVE_PTHREAD
     93 
     94 /* Have PTHREAD_PRIO_INHERIT. */
     95 #undef HAVE_PTHREAD_PRIO_INHERIT
     96 
     97 /* Define if you have setproctitle */
     98 #undef HAVE_SETPROCTITLE
     99 
    100 /* Define to 1 if you have the <stdint.h> header file. */
    101 #undef HAVE_STDINT_H
    102 
    103 /* Define to 1 if you have the <stdio.h> header file. */
    104 #undef HAVE_STDIO_H
    105 
    106 /* Define to 1 if you have the <stdlib.h> header file. */
    107 #undef HAVE_STDLIB_H
    108 
    109 /* Define to 1 if you have the <strings.h> header file. */
    110 #undef HAVE_STRINGS_H
    111 
    112 /* Define to 1 if you have the <string.h> header file. */
    113 #undef HAVE_STRING_H
    114 
    115 /* Define to 1 if you have the `strlcat' function. */
    116 #undef HAVE_STRLCAT
    117 
    118 /* Define to 1 if you have the `strlcpy' function. */
    119 #undef HAVE_STRLCPY
    120 
    121 /* Define to 1 if you have the `strlncat' function. */
    122 #undef HAVE_STRLNCAT
    123 
    124 /* Define to 1 if you have the `strlncpy' function. */
    125 #undef HAVE_STRLNCPY
    126 
    127 /* Define to 1 if you have the `strnlen' function. */
    128 #undef HAVE_STRNLEN
    129 
    130 /* Define to 1 if you have the `syslog' function. */
    131 #undef HAVE_SYSLOG
    132 
    133 /* Define to 1 if you have the <sys/stat.h> header file. */
    134 #undef HAVE_SYS_STAT_H
    135 
    136 /* Define to 1 if you have the <sys/types.h> header file. */
    137 #undef HAVE_SYS_TYPES_H
    138 
    139 /* Define to 1 if you have the `times' function. */
    140 #undef HAVE_TIMES
    141 
    142 /* Define to 1 if you have the <unistd.h> header file. */
    143 #undef HAVE_UNISTD_H
    144 
    145 /* Define the location of the log files */
    146 #undef LOGDIR
    147 
    148 /* Set to the maximum number of connections you want */
    149 #undef MAXCONNECTIONS_REQUEST
    150 
    151 /* Define the location of the modules */
    152 #undef MODULESDIR
    153 
    154 /* machine is bigendian */
    155 #undef NATIVE_BIG_ENDIAN
    156 
    157 /* machine is littleendian */
    158 #undef NATIVE_LITTLE_ENDIAN
    159 
    160 /* Set to the nickname history length you want */
    161 #undef NICKNAMEHISTORYLENGTH
    162 
    163 /* Define if you want OperOverride disabled */
    164 #undef NO_OPEROVERRIDE
    165 
    166 /* Define if you want opers to have to use /invite to join +s/+p channels */
    167 #undef OPEROVERRIDE_VERIFY
    168 
    169 /* Define to the address where bug reports for this package should be sent. */
    170 #undef PACKAGE_BUGREPORT
    171 
    172 /* Define to the full name of this package. */
    173 #undef PACKAGE_NAME
    174 
    175 /* Define to the full name and version of this package. */
    176 #undef PACKAGE_STRING
    177 
    178 /* Define to the one symbol short name of this package. */
    179 #undef PACKAGE_TARNAME
    180 
    181 /* Define to the home page for this package. */
    182 #undef PACKAGE_URL
    183 
    184 /* Define to the version of this package. */
    185 #undef PACKAGE_VERSION
    186 
    187 /* Define the location of permanent data files */
    188 #undef PERMDATADIR
    189 
    190 /* Define the path of the pid file */
    191 #undef PIDFILE
    192 
    193 /* Define the location of private libraries */
    194 #undef PRIVATELIBDIR
    195 
    196 /* Define to necessary symbol if this constant uses a non-standard name on
    197    your system. */
    198 #undef PTHREAD_CREATE_JOINABLE
    199 
    200 /* Define if you have the <sys/rusage.h> header file. */
    201 #undef RUSAGEH
    202 
    203 /* Define the directory where the unrealircd start stop scripts is located */
    204 #undef SCRIPTDIR
    205 
    206 /* Link... statically(?) (defining this macro will probably cause the build
    207    tofail) */
    208 #undef STATIC_LINKING
    209 
    210 /* Define to 1 if all of the C90 standard headers exist (not just the ones
    211    required in a freestanding environment). This macro is provided for
    212    backward compatibility; new code need not use it. */
    213 #undef STDC_HEADERS
    214 
    215 /* Define if you have the <sys/syslog.h> header file. */
    216 #undef SYSSYSLOGH
    217 
    218 /* Define if you have times */
    219 #undef TIMES_2
    220 
    221 /* Define the location of private temporary files */
    222 #undef TMPDIR
    223 
    224 /* Define if your system prepends an underscore to symbols */
    225 #undef UNDERSCORE
    226 
    227 /* Generation version number (e.g.: X for X.Y.Z) */
    228 #undef UNREAL_VERSION_GENERATION
    229 
    230 /* Major version number (e.g.: Y for X.Y.Z) */
    231 #undef UNREAL_VERSION_MAJOR
    232 
    233 /* Minor version number (e.g.: Z for X.Y.Z) */
    234 #undef UNREAL_VERSION_MINOR
    235 
    236 /* Version suffix such as a beta marker or release candidate marker. (e.g.:
    237    -rcX for unrealircd-3.2.9-rcX) */
    238 #undef UNREAL_VERSION_SUFFIX
    239 
    240 /* Define if you have libcurl installed to get remote includes and MOTD
    241    support */
    242 #undef USE_LIBCURL
    243 
    244 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
    245    significant byte first (like Motorola and SPARC, unlike Intel). */
    246 #if defined AC_APPLE_UNIVERSAL_BUILD
    247 # if defined __BIG_ENDIAN__
    248 #  define WORDS_BIGENDIAN 1
    249 # endif
    250 #else
    251 # ifndef WORDS_BIGENDIAN
    252 #  undef WORDS_BIGENDIAN
    253 # endif
    254 #endif