Home | History | Annotate | Download | only in dropbear
      1 /* config.h.  Generated by configure.  */
      2 /* config.h.in.  Generated from configure.in by autoheader.  */
      3 
      4 /* Using AIX */
      5 /* #undef AIX */
      6 
      7 /* Broken getaddrinfo */
      8 /* #undef BROKEN_GETADDRINFO */
      9 
     10 /* lastlog file location */
     11 /* #undef CONF_LASTLOG_FILE */
     12 
     13 /* utmpx file location */
     14 /* #undef CONF_UTMPX_FILE */
     15 
     16 /* utmp file location */
     17 /* #undef CONF_UTMP_FILE */
     18 
     19 /* wtmpx file location */
     20 /* #undef CONF_WTMPX_FILE */
     21 
     22 /* wtmp file location */
     23 /* #undef CONF_WTMP_FILE */
     24 
     25 /* Disable use of lastlog() */
     26 /* #undef DISABLE_LASTLOG */
     27 
     28 /* Use PAM */
     29 #define DISABLE_PAM
     30 
     31 /* Disable use of pututline() */
     32 /* #undef DISABLE_PUTUTLINE */
     33 
     34 /* Disable use of pututxline() */
     35 /* #undef DISABLE_PUTUTXLINE */
     36 
     37 /* Using syslog */
     38 /* #undef DISABLE_SYSLOG */
     39 
     40 /* Disable use of utmp */
     41 /* #undef DISABLE_UTMP */
     42 
     43 /* Disable use of utmpx */
     44 #define DISABLE_UTMPX 1
     45 
     46 /* Disable use of wtmp */
     47 /* #undef DISABLE_WTMP */
     48 
     49 /* Disable use of wtmpx */
     50 #define DISABLE_WTMPX 1
     51 
     52 /* Use zlib */
     53 #define DISABLE_ZLIB 1
     54 
     55 /* Define to 1 if you have the `basename' function. */
     56 #define HAVE_BASENAME 1
     57 
     58 /* Define to 1 if you have the `clearenv' function. */
     59 #define HAVE_CLEARENV 1
     60 
     61 /* Define if gai_strerror() returns const char * */
     62 #define HAVE_CONST_GAI_STRERROR_PROTO 1
     63 
     64 /* Define to 1 if you have the <crypt.h> header file. */
     65 /* #define HAVE_CRYPT_H */
     66 
     67 /* Define to 1 if you have the `daemon' function. */
     68 #define HAVE_DAEMON 1
     69 
     70 /* Use /dev/ptc & /dev/pts */
     71 /* #undef HAVE_DEV_PTS_AND_PTC */
     72 
     73 /* Define to 1 if you have the `dup2' function. */
     74 #define HAVE_DUP2 1
     75 
     76 /* Define to 1 if you have the `endutent' function. */
     77 #define HAVE_ENDUTENT 1
     78 
     79 /* Define to 1 if you have the `endutxent' function. */
     80 #define HAVE_ENDUTXENT 1
     81 
     82 /* Define to 1 if you have the <fcntl.h> header file. */
     83 #define HAVE_FCNTL_H 1
     84 
     85 /* Define to 1 if you have the `freeaddrinfo' function. */
     86 #define HAVE_FREEADDRINFO 1
     87 
     88 /* Define to 1 if you have the `gai_strerror' function. */
     89 #define HAVE_GAI_STRERROR 1
     90 
     91 /* Define to 1 if you have the `getaddrinfo' function. */
     92 #define HAVE_GETADDRINFO 1
     93 
     94 /* Define to 1 if you have the `getnameinfo' function. */
     95 #define HAVE_GETNAMEINFO 1
     96 
     97 /* Define to 1 if you have the `getspnam' function. */
     98 #define HAVE_GETSPNAM 1
     99 
    100 /* Define to 1 if you have the `getusershell' function. */
    101 #define HAVE_GETUSERSHELL 1
    102 
    103 /* Define to 1 if you have the `getutent' function. */
    104 #define HAVE_GETUTENT 1
    105 
    106 /* Define to 1 if you have the `getutid' function. */
    107 #define HAVE_GETUTID 1
    108 
    109 /* Define to 1 if you have the `getutline' function. */
    110 #define HAVE_GETUTLINE 1
    111 
    112 /* Define to 1 if you have the `getutxent' function. */
    113 #define HAVE_GETUTXENT 1
    114 
    115 /* Define to 1 if you have the `getutxid' function. */
    116 #define HAVE_GETUTXID 1
    117 
    118 /* Define to 1 if you have the `getutxline' function. */
    119 #define HAVE_GETUTXLINE 1
    120 
    121 /* Define to 1 if you have the <inttypes.h> header file. */
    122 #define HAVE_INTTYPES_H 1
    123 
    124 /* Define to 1 if you have the <ioctl.h> header file. */
    125 /* #undef HAVE_IOCTL_H */
    126 
    127 /* Define to 1 if you have the <lastlog.h> header file. */
    128 #define HAVE_LASTLOG_H 1
    129 
    130 /* Define to 1 if you have the <libgen.h> header file. */
    131 /* #define HAVE_LIBGEN_H */
    132 
    133 /* Define to 1 if you have the `pam' library (-lpam). */
    134 /* #undef HAVE_LIBPAM */
    135 
    136 /* Define to 1 if you have the <libutil.h> header file. */
    137 /* #undef HAVE_LIBUTIL_H */
    138 
    139 /* Define to 1 if you have the `z' library (-lz). */
    140 /* #define HAVE_LIBZ XXX?*/
    141 
    142 /* Define to 1 if you have the <limits.h> header file. */
    143 #define HAVE_LIMITS_H 1
    144 
    145 /* Have login() function */
    146 #define HAVE_LOGIN
    147 
    148 /* Define to 1 if you have the `logout' function. */
    149 #define HAVE_LOGOUT 1
    150 
    151 /* Define to 1 if you have the `logwtmp' function. */
    152 #define HAVE_LOGWTMP 1
    153 
    154 /* Define to 1 if you have the <memory.h> header file. */
    155 #define HAVE_MEMORY_H 1
    156 
    157 /* Define to 1 if you have the `memset' function. */
    158 #define HAVE_MEMSET 1
    159 
    160 /* Define to 1 if you have the <netdb.h> header file. */
    161 #define HAVE_NETDB_H 1
    162 
    163 /* Define to 1 if you have the <netinet/in.h> header file. */
    164 #define HAVE_NETINET_IN_H 1
    165 
    166 /* Define to 1 if you have the <netinet/in_systm.h> header file. */
    167 /* #define HAVE_NETINET_IN_SYSTM_H */
    168 
    169 /* Define to 1 if you have the <netinet/tcp.h> header file. */
    170 #define HAVE_NETINET_TCP_H 1
    171 
    172 /* Have openpty() function */
    173 #define HAVE_OPENPTY 1
    174 
    175 /* Define to 1 if you have the <pam/pam_appl.h> header file. */
    176 /* #undef HAVE_PAM_PAM_APPL_H */
    177 
    178 /* Define to 1 if you have the <paths.h> header file. */
    179 #define HAVE_PATHS_H 1
    180 
    181 /* Define to 1 if you have the <pty.h> header file. */
    182 #define HAVE_PTY_H 1
    183 
    184 /* Define to 1 if you have the `putenv' function. */
    185 #define HAVE_PUTENV 1
    186 
    187 /* Define to 1 if you have the `pututline' function. */
    188 #define HAVE_PUTUTLINE 1
    189 
    190 /* Define to 1 if you have the `pututxline' function. */
    191 #define HAVE_PUTUTXLINE 1
    192 
    193 /* Define to 1 if you have the <security/pam_appl.h> header file. */
    194 /* #undef HAVE_SECURITY_PAM_APPL_H */
    195 
    196 /* Define to 1 if you have the `select' function. */
    197 #define HAVE_SELECT 1
    198 
    199 /* Define to 1 if you have the `setutent' function. */
    200 #define HAVE_SETUTENT 1
    201 
    202 /* Define to 1 if you have the `setutxent' function. */
    203 #define HAVE_SETUTXENT 1
    204 
    205 /* Define to 1 if you have the <shadow.h> header file. */
    206 /* #define HAVE_SHADOW_H */
    207 
    208 /* Define to 1 if you have the `socket' function. */
    209 #define HAVE_SOCKET 1
    210 
    211 /* Define to 1 if you have the <stdint.h> header file. */
    212 #define HAVE_STDINT_H 1
    213 
    214 /* Define to 1 if you have the <stdlib.h> header file. */
    215 #define HAVE_STDLIB_H 1
    216 
    217 /* Define to 1 if you have the `strdup' function. */
    218 #define HAVE_STRDUP 1
    219 
    220 /* Define to 1 if you have the <strings.h> header file. */
    221 #define HAVE_STRINGS_H 1
    222 
    223 /* Define to 1 if you have the <string.h> header file. */
    224 #define HAVE_STRING_H 1
    225 
    226 /* Define to 1 if you have the `strlcat' function. */
    227 /* #undef HAVE_STRLCAT */
    228 
    229 /* Define to 1 if you have the `strlcpy' function. */
    230 /* #undef HAVE_STRLCPY */
    231 
    232 /* Define to 1 if you have the <stropts.h> header file. */
    233 #define HAVE_STROPTS_H 1
    234 
    235 /* Have struct addrinfo */
    236 #define HAVE_STRUCT_ADDRINFO
    237 
    238 /* Have struct in6_addr */
    239 #define HAVE_STRUCT_IN6_ADDR
    240 
    241 /* Have struct sockaddr_in6 */
    242 #define HAVE_STRUCT_SOCKADDR_IN6
    243 
    244 /* Define to 1 if the system has the type `struct sockaddr_storage'. */
    245 #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    246 
    247 /* Define to 1 if `ss_family' is member of `struct sockaddr_storage'. */
    248 #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    249 
    250 /* Define to 1 if `ut_addr' is member of `struct utmpx'. */
    251 /* #undef HAVE_STRUCT_UTMPX_UT_ADDR */
    252 
    253 /* Define to 1 if `ut_addr_v6' is member of `struct utmpx'. */
    254 #define HAVE_STRUCT_UTMPX_UT_ADDR_V6 1
    255 
    256 /* Define to 1 if `ut_host' is member of `struct utmpx'. */
    257 #define HAVE_STRUCT_UTMPX_UT_HOST 1
    258 
    259 /* Define to 1 if `ut_id' is member of `struct utmpx'. */
    260 #define HAVE_STRUCT_UTMPX_UT_ID 1
    261 
    262 /* Define to 1 if `ut_syslen' is member of `struct utmpx'. */
    263 /* #undef HAVE_STRUCT_UTMPX_UT_SYSLEN */
    264 
    265 /* Define to 1 if `ut_time' is member of `struct utmpx'. */
    266 /* #undef HAVE_STRUCT_UTMPX_UT_TIME */
    267 
    268 /* Define to 1 if `ut_tv' is member of `struct utmpx'. */
    269 #define HAVE_STRUCT_UTMPX_UT_TV 1
    270 
    271 /* Define to 1 if `ut_type' is member of `struct utmpx'. */
    272 #define HAVE_STRUCT_UTMPX_UT_TYPE 1
    273 
    274 /* Define to 1 if `ut_addr' is member of `struct utmp'. */
    275 #define HAVE_STRUCT_UTMP_UT_ADDR 1
    276 
    277 /* Define to 1 if `ut_addr_v6' is member of `struct utmp'. */
    278 #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
    279 
    280 /* Define to 1 if `ut_exit' is member of `struct utmp'. */
    281 #define HAVE_STRUCT_UTMP_UT_EXIT 1
    282 
    283 /* Define to 1 if `ut_host' is member of `struct utmp'. */
    284 #define HAVE_STRUCT_UTMP_UT_HOST 1
    285 
    286 /* Define to 1 if `ut_id' is member of `struct utmp'. */
    287 #define HAVE_STRUCT_UTMP_UT_ID 1
    288 
    289 /* Define to 1 if `ut_pid' is member of `struct utmp'. */
    290 #define HAVE_STRUCT_UTMP_UT_PID 1
    291 
    292 /* Define to 1 if `ut_time' is member of `struct utmp'. */
    293 #define HAVE_STRUCT_UTMP_UT_TIME 1
    294 
    295 /* Define to 1 if `ut_tv' is member of `struct utmp'. */
    296 #define HAVE_STRUCT_UTMP_UT_TV 1
    297 
    298 /* Define to 1 if `ut_type' is member of `struct utmp'. */
    299 #define HAVE_STRUCT_UTMP_UT_TYPE 1
    300 
    301 /* Define to 1 if you have the <sys/select.h> header file. */
    302 #define HAVE_SYS_SELECT_H 1
    303 
    304 /* Define to 1 if you have the <sys/socket.h> header file. */
    305 #define HAVE_SYS_SOCKET_H 1
    306 
    307 /* Define to 1 if you have the <sys/stat.h> header file. */
    308 #define HAVE_SYS_STAT_H 1
    309 
    310 /* Define to 1 if you have the <sys/time.h> header file. */
    311 #define HAVE_SYS_TIME_H 1
    312 
    313 /* Define to 1 if you have the <sys/types.h> header file. */
    314 #define HAVE_SYS_TYPES_H 1
    315 
    316 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
    317 #define HAVE_SYS_WAIT_H 1
    318 
    319 /* Define to 1 if you have the <termios.h> header file. */
    320 #define HAVE_TERMIOS_H 1
    321 
    322 /* Define to 1 if the system has the type `uint16_t'. */
    323 #define HAVE_UINT16_T 1
    324 
    325 /* Define to 1 if you have the <unistd.h> header file. */
    326 #define HAVE_UNISTD_H 1
    327 
    328 /* Define to 1 if you have the `updwtmp' function. */
    329 #define HAVE_UPDWTMP 1
    330 
    331 /* Define to 1 if you have the <util.h> header file. */
    332 /* #undef HAVE_UTIL_H */
    333 
    334 /* Define to 1 if you have the `utmpname' function. */
    335 /* #define HAVE_UTMPNAME */
    336 
    337 /* Define to 1 if you have the `utmpxname' function. */
    338 /* #define HAVE_UTMPXNAME */
    339 
    340 /* Define to 1 if you have the <utmpx.h> header file. */
    341 /* #define HAVE_UTMPX_H */
    342 
    343 /* Define to 1 if you have the <utmp.h> header file. */
    344 #define HAVE_UTMP_H 1
    345 
    346 /* Define to 1 if the system has the type `u_int16_t'. */
    347 #define HAVE_U_INT16_T 1
    348 
    349 /* Define to 1 if you have the `_getpty' function. */
    350 /* #undef HAVE__GETPTY */
    351 
    352 /* Define to the address where bug reports for this package should be sent. */
    353 #define PACKAGE_BUGREPORT ""
    354 
    355 /* Define to the full name of this package. */
    356 #define PACKAGE_NAME ""
    357 
    358 /* Define to the full name and version of this package. */
    359 #define PACKAGE_STRING ""
    360 
    361 /* Define to the one symbol short name of this package. */
    362 #define PACKAGE_TARNAME ""
    363 
    364 /* Define to the version of this package. */
    365 #define PACKAGE_VERSION ""
    366 
    367 /* Define as the return type of signal handlers (`int' or `void'). */
    368 #define RETSIGTYPE void
    369 
    370 /* Define to the type of arg 1 for `select'. */
    371 #define SELECT_TYPE_ARG1 int
    372 
    373 /* Define to the type of args 2, 3 and 4 for `select'. */
    374 #define SELECT_TYPE_ARG234 (fd_set *)
    375 
    376 /* Define to the type of arg 5 for `select'. */
    377 #define SELECT_TYPE_ARG5 (struct timeval *)
    378 
    379 /* Define to 1 if you have the ANSI C header files. */
    380 #define STDC_HEADERS 1
    381 
    382 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
    383 #define TIME_WITH_SYS_TIME 1
    384 
    385 /* Use /dev/ptmx */
    386 /* #undef USE_DEV_PTMX */
    387 
    388 /* Number of bits in a file offset, on hosts where this is settable. */
    389 #define _FILE_OFFSET_BITS 64
    390 
    391 /* Define for large files, on AIX-style hosts. */
    392 /* #undef _LARGE_FILES */
    393 
    394 /* Define to empty if `const' does not conform to ANSI C. */
    395 /* #undef const */
    396 
    397 /* Define to `int' if <sys/types.h> doesn't define. */
    398 /* #undef gid_t */
    399 
    400 /* Define to `int' if <sys/types.h> does not define. */
    401 /* #undef mode_t */
    402 
    403 /* Define to `int' if <sys/types.h> does not define. */
    404 /* #undef pid_t */
    405 
    406 /* Define to `unsigned' if <sys/types.h> does not define. */
    407 /* #undef size_t */
    408 
    409 /* type to use in place of socklen_t if not defined */
    410 /* #undef socklen_t */
    411 
    412 /* Define to `int' if <sys/types.h> doesn't define. */
    413 /* #undef uid_t */
    414