unrealircd

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

setup.h.in (6658B)

      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 /* Have getsockopt TCP_INFO */
    140 #undef HAVE_TCP_INFO
    141 
    142 /* Define to 1 if you have the `times' function. */
    143 #undef HAVE_TIMES
    144 
    145 /* Define to 1 if you have the <unistd.h> header file. */
    146 #undef HAVE_UNISTD_H
    147 
    148 /* Define the location of the log files */
    149 #undef LOGDIR
    150 
    151 /* Set to the maximum number of connections you want */
    152 #undef MAXCONNECTIONS_REQUEST
    153 
    154 /* Define the location of the modules */
    155 #undef MODULESDIR
    156 
    157 /* machine is bigendian */
    158 #undef NATIVE_BIG_ENDIAN
    159 
    160 /* machine is littleendian */
    161 #undef NATIVE_LITTLE_ENDIAN
    162 
    163 /* Set to the nickname history length you want */
    164 #undef NICKNAMEHISTORYLENGTH
    165 
    166 /* Define if you want OperOverride disabled */
    167 #undef NO_OPEROVERRIDE
    168 
    169 /* Define if you want opers to have to use /invite to join +s/+p channels */
    170 #undef OPEROVERRIDE_VERIFY
    171 
    172 /* Define to the address where bug reports for this package should be sent. */
    173 #undef PACKAGE_BUGREPORT
    174 
    175 /* Define to the full name of this package. */
    176 #undef PACKAGE_NAME
    177 
    178 /* Define to the full name and version of this package. */
    179 #undef PACKAGE_STRING
    180 
    181 /* Define to the one symbol short name of this package. */
    182 #undef PACKAGE_TARNAME
    183 
    184 /* Define to the home page for this package. */
    185 #undef PACKAGE_URL
    186 
    187 /* Define to the version of this package. */
    188 #undef PACKAGE_VERSION
    189 
    190 /* Define the location of permanent data files */
    191 #undef PERMDATADIR
    192 
    193 /* Define the path of the pid file */
    194 #undef PIDFILE
    195 
    196 /* Define the location of private libraries */
    197 #undef PRIVATELIBDIR
    198 
    199 /* Define to necessary symbol if this constant uses a non-standard name on
    200    your system. */
    201 #undef PTHREAD_CREATE_JOINABLE
    202 
    203 /* Define if you have the <sys/rusage.h> header file. */
    204 #undef RUSAGEH
    205 
    206 /* Define the directory where the unrealircd start stop scripts is located */
    207 #undef SCRIPTDIR
    208 
    209 /* Link... statically(?) (defining this macro will probably cause the build
    210    tofail) */
    211 #undef STATIC_LINKING
    212 
    213 /* Define to 1 if all of the C90 standard headers exist (not just the ones
    214    required in a freestanding environment). This macro is provided for
    215    backward compatibility; new code need not use it. */
    216 #undef STDC_HEADERS
    217 
    218 /* Define if you have the <sys/syslog.h> header file. */
    219 #undef SYSSYSLOGH
    220 
    221 /* Define if you have times */
    222 #undef TIMES_2
    223 
    224 /* Define the location of private temporary files */
    225 #undef TMPDIR
    226 
    227 /* Define if your system prepends an underscore to symbols */
    228 #undef UNDERSCORE
    229 
    230 /* Generation version number (e.g.: X for X.Y.Z) */
    231 #undef UNREAL_VERSION_GENERATION
    232 
    233 /* Major version number (e.g.: Y for X.Y.Z) */
    234 #undef UNREAL_VERSION_MAJOR
    235 
    236 /* Minor version number (e.g.: Z for X.Y.Z) */
    237 #undef UNREAL_VERSION_MINOR
    238 
    239 /* Version suffix such as a beta marker or release candidate marker. (e.g.:
    240    -rcX for unrealircd-3.2.9-rcX) */
    241 #undef UNREAL_VERSION_SUFFIX
    242 
    243 /* Define if you have libcurl installed to get remote includes and MOTD
    244    support */
    245 #undef USE_LIBCURL
    246 
    247 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
    248    significant byte first (like Motorola and SPARC, unlike Intel). */
    249 #if defined AC_APPLE_UNIVERSAL_BUILD
    250 # if defined __BIG_ENDIAN__
    251 #  define WORDS_BIGENDIAN 1
    252 # endif
    253 #else
    254 # ifndef WORDS_BIGENDIAN
    255 #  undef WORDS_BIGENDIAN
    256 # endif
    257 #endif