Annotation of embedaddon/ntp/sntp/config.h.in, revision 1.1.1.1

1.1       misho       1: /* config.h.in.  Generated from configure.ac by autoheader.  */
                      2: 
                      3: /* Directory separator character, usually / or \\ */
                      4: #undef DIR_SEP
                      5: 
                      6: /* fopen(3) accepts a 'b' in the mode flag */
                      7: #undef FOPEN_BINARY_FLAG
                      8: 
                      9: /* fopen(3) accepts a 't' in the mode flag */
                     10: #undef FOPEN_TEXT_FLAG
                     11: 
                     12: /* What is getsockname()'s socklen type? */
                     13: #undef GETSOCKNAME_SOCKLEN_TYPE
                     14: 
                     15: /* Define to 1 if you have the `canonicalize_file_name' function. */
                     16: #undef HAVE_CANONICALIZE_FILE_NAME
                     17: 
                     18: /* Define this if /dev/zero is readable device */
                     19: #undef HAVE_DEV_ZERO
                     20: 
                     21: /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
                     22:    */
                     23: #undef HAVE_DIRENT_H
                     24: 
                     25: /* Define to 1 if you have the <dlfcn.h> header file. */
                     26: #undef HAVE_DLFCN_H
                     27: 
                     28: /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
                     29: #undef HAVE_DOPRNT
                     30: 
                     31: /* Define to 1 if you have the <errno.h> header file. */
                     32: #undef HAVE_ERRNO_H
                     33: 
                     34: /* Define to 1 if you have the <fcntl.h> header file. */
                     35: #undef HAVE_FCNTL_H
                     36: 
                     37: /* Define to 1 if you have the `fork' function. */
                     38: #undef HAVE_FORK
                     39: 
                     40: /* inline keyword or macro available */
                     41: #undef HAVE_INLINE
                     42: 
                     43: /* Define to 1 if the system has the type `int16_t'. */
                     44: #undef HAVE_INT16_T
                     45: 
                     46: /* Define to 1 if the system has the type `int32_t'. */
                     47: #undef HAVE_INT32_T
                     48: 
                     49: /* Define to 1 if the system has the type `int8_t'. */
                     50: #undef HAVE_INT8_T
                     51: 
                     52: /* Define to 1 if the system has the type `intptr_t'. */
                     53: #undef HAVE_INTPTR_T
                     54: 
                     55: /* Define to 1 if you have the <inttypes.h> header file. */
                     56: #undef HAVE_INTTYPES_H
                     57: 
                     58: /* Define to 1 if you have the `gen' library (-lgen). */
                     59: #undef HAVE_LIBGEN
                     60: 
                     61: /* Define to 1 if you have the <libgen.h> header file. */
                     62: #undef HAVE_LIBGEN_H
                     63: 
                     64: /* Define to 1 if you have the <limits.h> header file. */
                     65: #undef HAVE_LIMITS_H
                     66: 
                     67: /* Define to 1 if you have the <memory.h> header file. */
                     68: #undef HAVE_MEMORY_H
                     69: 
                     70: /* Define to 1 if you have the `mmap' function. */
                     71: #undef HAVE_MMAP
                     72: 
                     73: /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
                     74: #undef HAVE_NDIR_H
                     75: 
                     76: /* Define to 1 if you have the <netdb.h> header file. */
                     77: #undef HAVE_NETDB_H
                     78: 
                     79: /* Define to 1 if you have the <netinet/in.h> header file. */
                     80: #undef HAVE_NETINET_IN_H
                     81: 
                     82: /* Define to 1 if you have the <net/netmp.h> header file. */
                     83: #undef HAVE_NET_NETMP_H
                     84: 
                     85: /* sntp does not care about 'nice' */
                     86: #undef HAVE_NO_NICE
                     87: 
                     88: /* Define this if pathfind(3) works */
                     89: #undef HAVE_PATHFIND
                     90: 
                     91: /* Define to 1 if the system has the type `pid_t'. */
                     92: #undef HAVE_PID_T
                     93: 
                     94: /* Define this if we have a functional realpath(3C) */
                     95: #undef HAVE_REALPATH
                     96: 
                     97: /* Define to 1 if you have the <runetype.h> header file. */
                     98: #undef HAVE_RUNETYPE_H
                     99: 
                    100: /* Define to 1 if you have the <setjmp.h> header file. */
                    101: #undef HAVE_SETJMP_H
                    102: 
                    103: /* Define to 1 if the system has the type `size_t'. */
                    104: #undef HAVE_SIZE_T
                    105: 
                    106: /* Define to 1 if you have the `snprintf' function. */
                    107: #undef HAVE_SNPRINTF
                    108: 
                    109: /* Define to 1 if you have the `socket' function. */
                    110: #undef HAVE_SOCKET
                    111: 
                    112: /* Define to 1 if you have the <stdarg.h> header file. */
                    113: #undef HAVE_STDARG_H
                    114: 
                    115: /* Define to 1 if stdbool.h conforms to C99. */
                    116: #undef HAVE_STDBOOL_H
                    117: 
                    118: /* Define to 1 if you have the <stdint.h> header file. */
                    119: #undef HAVE_STDINT_H
                    120: 
                    121: /* Define to 1 if you have the <stdlib.h> header file. */
                    122: #undef HAVE_STDLIB_H
                    123: 
                    124: /* Define to 1 if you have the `strchr' function. */
                    125: #undef HAVE_STRCHR
                    126: 
                    127: /* Define to 1 if you have the `strdup' function. */
                    128: #undef HAVE_STRDUP
                    129: 
                    130: /* Define this if strftime() works */
                    131: #undef HAVE_STRFTIME
                    132: 
                    133: /* Define to 1 if you have the <strings.h> header file. */
                    134: #undef HAVE_STRINGS_H
                    135: 
                    136: /* Define to 1 if you have the <string.h> header file. */
                    137: #undef HAVE_STRING_H
                    138: 
                    139: /* Define to 1 if you have the `strrchr' function. */
                    140: #undef HAVE_STRRCHR
                    141: 
                    142: /* Define to 1 if you have the `strsignal' function. */
                    143: #undef HAVE_STRSIGNAL
                    144: 
                    145: /* Does a system header define struct sockaddr_storage? */
                    146: #undef HAVE_STRUCT_SOCKADDR_STORAGE
                    147: 
                    148: /* Define to 1 if you have the <sysexits.h> header file. */
                    149: #undef HAVE_SYSEXITS_H
                    150: 
                    151: /* Define to 1 if you have the <syslog.h> header file. */
                    152: #undef HAVE_SYSLOG_H
                    153: 
                    154: /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
                    155:    */
                    156: #undef HAVE_SYS_DIR_H
                    157: 
                    158: /* Define to 1 if you have the <sys/limits.h> header file. */
                    159: #undef HAVE_SYS_LIMITS_H
                    160: 
                    161: /* Define to 1 if you have the <sys/mman.h> header file. */
                    162: #undef HAVE_SYS_MMAN_H
                    163: 
                    164: /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
                    165:    */
                    166: #undef HAVE_SYS_NDIR_H
                    167: 
                    168: /* Define to 1 if you have the <sys/param.h> header file. */
                    169: #undef HAVE_SYS_PARAM_H
                    170: 
                    171: /* Define to 1 if you have the <sys/poll.h> header file. */
                    172: #undef HAVE_SYS_POLL_H
                    173: 
                    174: /* Define to 1 if you have the <sys/procset.h> header file. */
                    175: #undef HAVE_SYS_PROCSET_H
                    176: 
                    177: /* Define to 1 if you have the <sys/select.h> header file. */
                    178: #undef HAVE_SYS_SELECT_H
                    179: 
                    180: /* Define to 1 if you have the <sys/socket.h> header file. */
                    181: #undef HAVE_SYS_SOCKET_H
                    182: 
                    183: /* Define to 1 if you have the <sys/stat.h> header file. */
                    184: #undef HAVE_SYS_STAT_H
                    185: 
                    186: /* Define to 1 if you have the <sys/stropts.h> header file. */
                    187: #undef HAVE_SYS_STROPTS_H
                    188: 
                    189: /* Define to 1 if you have the <sys/time.h> header file. */
                    190: #undef HAVE_SYS_TIME_H
                    191: 
                    192: /* Define to 1 if you have the <sys/types.h> header file. */
                    193: #undef HAVE_SYS_TYPES_H
                    194: 
                    195: /* Define to 1 if you have the <sys/un.h> header file. */
                    196: #undef HAVE_SYS_UN_H
                    197: 
                    198: /* Define to 1 if you have the <sys/wait.h> header file. */
                    199: #undef HAVE_SYS_WAIT_H
                    200: 
                    201: /* Define to 1 if the system has the type `s_char'. */
                    202: #undef HAVE_S_CHAR
                    203: 
                    204: /* sntp does not care about TTY stuff */
                    205: #undef HAVE_TERMIOS
                    206: 
                    207: /* Define to 1 if the system has the type `uint16_t'. */
                    208: #undef HAVE_UINT16_T
                    209: 
                    210: /* Define to 1 if the system has the type `uint32_t'. */
                    211: #undef HAVE_UINT32_T
                    212: 
                    213: /* Define to 1 if the system has the type `uint8_t'. */
                    214: #undef HAVE_UINT8_T
                    215: 
                    216: /* Define to 1 if the system has the type `uintptr_t'. */
                    217: #undef HAVE_UINTPTR_T
                    218: 
                    219: /* Define to 1 if the system has the type `uint_t'. */
                    220: #undef HAVE_UINT_T
                    221: 
                    222: /* Define to 1 if you have the <unistd.h> header file. */
                    223: #undef HAVE_UNISTD_H
                    224: 
                    225: /* Define to 1 if you have the <utime.h> header file. */
                    226: #undef HAVE_UTIME_H
                    227: 
                    228: /* Define to 1 if you have the <values.h> header file. */
                    229: #undef HAVE_VALUES_H
                    230: 
                    231: /* Define to 1 if you have the <varargs.h> header file. */
                    232: #undef HAVE_VARARGS_H
                    233: 
                    234: /* Define to 1 if you have the `vfork' function. */
                    235: #undef HAVE_VFORK
                    236: 
                    237: /* Define to 1 if you have the <vfork.h> header file. */
                    238: #undef HAVE_VFORK_H
                    239: 
                    240: /* Define to 1 if you have the `vprintf' function. */
                    241: #undef HAVE_VPRINTF
                    242: 
                    243: /* Define to 1 if you have the `vsnprintf' function. */
                    244: #undef HAVE_VSNPRINTF
                    245: 
                    246: /* Define to 1 if you have the `vsprintf' function. */
                    247: #undef HAVE_VSPRINTF
                    248: 
                    249: /* Define to 1 if you have the <wchar.h> header file. */
                    250: #undef HAVE_WCHAR_H
                    251: 
                    252: /* Define to 1 if the system has the type `wchar_t'. */
                    253: #undef HAVE_WCHAR_T
                    254: 
                    255: /* Define to 1 if the system has the type `wint_t'. */
                    256: #undef HAVE_WINT_T
                    257: 
                    258: /* Define to 1 if `fork' works. */
                    259: #undef HAVE_WORKING_FORK
                    260: 
                    261: /* Define to 1 if `vfork' works. */
                    262: #undef HAVE_WORKING_VFORK
                    263: 
                    264: /* Define to 1 if the system has the type `_Bool'. */
                    265: #undef HAVE__BOOL
                    266: 
                    267: /* Does struct sockaddr_storage have __ss_family? */
                    268: #undef HAVE___SS_FAMILY_IN_SS
                    269: 
                    270: 
                    271:        /* Handle sockaddr_storage.__ss_family */
                    272:        #ifdef HAVE___SS_FAMILY_IN_SS
                    273:        # define ss_family __ss_family
                    274:        #endif /* HAVE___SS_FAMILY_IN_SS */
                    275:     
                    276: 
                    277: 
                    278: /* Does struct sockaddr_storage have __ss_len? */
                    279: #undef HAVE___SS_LEN_IN_SS
                    280: 
                    281: 
                    282:        /* Handle sockaddr_storage.__ss_len */
                    283:        #ifdef HAVE___SS_LEN_IN_SS
                    284:        # define ss_len __ss_len
                    285:        #endif /* HAVE___SS_LEN_IN_SS */
                    286:     
                    287: 
                    288: 
                    289: /* Do we need to fix in6isaddr? */
                    290: #undef ISC_PLATFORM_FIXIN6ISADDR
                    291: 
                    292: /* have struct if_laddrconf? */
                    293: #undef ISC_PLATFORM_HAVEIF_LADDRCONF
                    294: 
                    295: /* have struct if_laddrreq? */
                    296: #undef ISC_PLATFORM_HAVEIF_LADDRREQ
                    297: 
                    298: /* have struct in6_pktinfo? */
                    299: #undef ISC_PLATFORM_HAVEIN6PKTINFO
                    300: 
                    301: /* have IPv6? */
                    302: #undef ISC_PLATFORM_HAVEIPV6
                    303: 
                    304: /* struct sockaddr has sa_len? */
                    305: #undef ISC_PLATFORM_HAVESALEN
                    306: 
                    307: /* sin6_scope_id? */
                    308: #undef ISC_PLATFORM_HAVESCOPEID
                    309: 
                    310: /* missing in6addr_any? */
                    311: #undef ISC_PLATFORM_NEEDIN6ADDRANY
                    312: 
                    313: /* Do we need netinet6/in6.h? */
                    314: #undef ISC_PLATFORM_NEEDNETINET6IN6H
                    315: 
                    316: /* ISC: provide inet_ntop() */
                    317: #undef ISC_PLATFORM_NEEDNTOP
                    318: 
                    319: /* Declare in_port_t? */
                    320: #undef ISC_PLATFORM_NEEDPORTT
                    321: 
                    322: /* ISC: provide inet_pton() */
                    323: #undef ISC_PLATFORM_NEEDPTON
                    324: 
                    325: /* Define to the sub-directory in which libtool stores uninstalled libraries.
                    326:    */
                    327: #undef LT_OBJDIR
                    328: 
                    329: /* Does the target support multicast IP? */
                    330: #undef MCAST
                    331: 
                    332: /* Do we need an s_char typedef? */
                    333: #undef NEED_S_CHAR_TYPEDEF
                    334: 
                    335: /* Define to 1 if your C compiler doesn't accept -c and -o together. */
                    336: #undef NO_MINUS_C_MINUS_O
                    337: 
                    338: /* Define this if optional arguments are disallowed */
                    339: #undef NO_OPTIONAL_OPT_ARGS
                    340: 
                    341: /* Should we avoid #warning on option name collisions? */
                    342: #undef NO_OPTION_NAME_WARNINGS
                    343: 
                    344: /* Use OpenSSL? */
                    345: #undef OPENSSL
                    346: 
                    347: /* Name of package */
                    348: #undef PACKAGE
                    349: 
                    350: /* Define to the address where bug reports for this package should be sent. */
                    351: #undef PACKAGE_BUGREPORT
                    352: 
                    353: /* Define to the full name of this package. */
                    354: #undef PACKAGE_NAME
                    355: 
                    356: /* Define to the full name and version of this package. */
                    357: #undef PACKAGE_STRING
                    358: 
                    359: /* Define to the one symbol short name of this package. */
                    360: #undef PACKAGE_TARNAME
                    361: 
                    362: /* Define to the home page for this package. */
                    363: #undef PACKAGE_URL
                    364: 
                    365: /* Define to the version of this package. */
                    366: #undef PACKAGE_VERSION
                    367: 
                    368: /* define to a working POSIX compliant shell */
                    369: #undef POSIX_SHELL
                    370: 
                    371: /* name of regex header file */
                    372: #undef REGEX_HEADER
                    373: 
                    374: /* The size of `char*', as computed by sizeof. */
                    375: #undef SIZEOF_CHARP
                    376: 
                    377: /* The size of `int', as computed by sizeof. */
                    378: #undef SIZEOF_INT
                    379: 
                    380: /* The size of `long', as computed by sizeof. */
                    381: #undef SIZEOF_LONG
                    382: 
                    383: /* The size of `short', as computed by sizeof. */
                    384: #undef SIZEOF_SHORT
                    385: 
                    386: /* The size of `signed char', as computed by sizeof. */
                    387: #undef SIZEOF_SIGNED_CHAR
                    388: 
                    389: /* The size of `time_t', as computed by sizeof. */
                    390: #undef SIZEOF_TIME_T
                    391: 
                    392: /* Define to 1 if you have the ANSI C header files. */
                    393: #undef STDC_HEADERS
                    394: 
                    395: /* canonical system (cpu-vendor-os) of where we should run */
                    396: #undef STR_SYSTEM
                    397: 
                    398: /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
                    399: #undef TIME_WITH_SYS_TIME
                    400: 
                    401: /* What type to use for setsockopt */
                    402: #undef TYPEOF_IP_MULTICAST_LOOP
                    403: 
                    404: /* Version number of package */
                    405: #undef VERSION
                    406: 
                    407: /* configure --enable-ipv6 */
                    408: #undef WANT_IPV6
                    409: 
                    410: /* Define this if a working libregex can be found */
                    411: #undef WITH_LIBREGEX
                    412: 
                    413: /* Are we _special_? */
                    414: #undef __APPLE_USE_RFC_3542
                    415: 
                    416: /* Define to 1 if type `char' is unsigned and you are not using gcc.  */
                    417: #ifndef __CHAR_UNSIGNED__
                    418: # undef __CHAR_UNSIGNED__
                    419: #endif
                    420: 
                    421: /* Define to empty if `const' does not conform to ANSI C. */
                    422: #undef const
                    423: 
                    424: /* Define to `int' if <sys/types.h> doesn't define. */
                    425: #undef gid_t
                    426: 
                    427: /* Define to `__inline__' or `__inline' if that's what the C compiler
                    428:    calls it, or to nothing if 'inline' is not supported under any name.  */
                    429: #ifndef __cplusplus
                    430: #undef inline
                    431: #endif
                    432: 
                    433: /* Define to `int' if <sys/types.h> does not define. */
                    434: #undef pid_t
                    435: 
                    436: /* Define to `unsigned int' if <sys/types.h> does not define. */
                    437: #undef size_t
                    438: 
                    439: /* Define to `int' if <sys/types.h> doesn't define. */
                    440: #undef uid_t
                    441: 
                    442: /* Define as `fork' if `vfork' does not work. */
                    443: #undef vfork
                    444: 
                    445: 
                    446: #ifndef MPINFOU_PREDECLARED
                    447: # define MPINFOU_PREDECLARED
                    448: typedef union mpinfou {                /* For lint */
                    449:        struct pdk_mpinfo *pdkptr;
                    450:        struct mpinfo *pikptr;
                    451: } mpinfou_t;
                    452: #endif
                    453: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>