Home | History | Annotate | Line # | Download | only in compat
nbtool_config.h.in revision 1.1
      1  1.1  lukem /*	$NetBSD: nbtool_config.h.in,v 1.1 2003/10/27 01:42:50 lukem Exp $	*/
      2  1.1  lukem 
      3  1.1  lukem #ifndef	__NETBSD_NBTOOL_CONFIG_H__
      4  1.1  lukem #define	__NETBSD_NBTOOL_CONFIG_H__
      5  1.1  lukem 
      6  1.1  lukem /* Values set by "configure" based on available functions in the host. */
      7  1.1  lukem 
      8  1.1  lukem #undef PATH_BSHELL
      9  1.1  lukem 
     10  1.1  lukem #undef HAVE_ALLOCA_H
     11  1.1  lukem #undef HAVE_DIRENT_H
     12  1.1  lukem #undef HAVE_ERR_H
     13  1.1  lukem #undef HAVE_FEATURES_H
     14  1.1  lukem #undef HAVE_INTTYPES_H
     15  1.1  lukem #undef HAVE_LIBGEN_H
     16  1.1  lukem #undef HAVE_NDIR_H
     17  1.1  lukem #undef HAVE_NETDB_H
     18  1.1  lukem #undef HAVE_MACHINE_BSWAP_H
     19  1.1  lukem #undef HAVE_MALLOC_H
     20  1.1  lukem #undef HAVE_POLL_H
     21  1.1  lukem #undef HAVE_STDDEF_H
     22  1.1  lukem #undef HAVE_STRING_H
     23  1.1  lukem #undef HAVE_SYS_DIR_H
     24  1.1  lukem #undef HAVE_SYS_ENDIAN_H
     25  1.1  lukem #undef HAVE_SYS_NDIR_H
     26  1.1  lukem #undef HAVE_SYS_SYSLIMITS_H
     27  1.1  lukem #undef HAVE_SYS_SYSMACROS_H
     28  1.1  lukem #undef HAVE_SYS_TYPES_H
     29  1.1  lukem #undef HAVE_TERMIOS_H
     30  1.1  lukem #undef HAVE_UNISTD_H
     31  1.1  lukem #undef STDC_HEADERS
     32  1.1  lukem 
     33  1.1  lukem #undef HAVE_ID_T
     34  1.1  lukem #undef HAVE_SOCKLEN_T
     35  1.1  lukem #undef HAVE_LONG_LONG
     36  1.1  lukem #undef HAVE_U_LONG
     37  1.1  lukem #undef HAVE_U_QUAD_T
     38  1.1  lukem 
     39  1.1  lukem #undef HAVE_DIR_DD_FD
     40  1.1  lukem #undef HAVE_STRUCT_DIRENT_D_NAMLEN
     41  1.1  lukem #undef HAVE_STRUCT_STAT_ST_FLAGS
     42  1.1  lukem #undef HAVE_STRUCT_STAT_ST_GEN
     43  1.1  lukem #undef HAVE_STRUCT_STAT_ST_BIRTHTIME
     44  1.1  lukem #undef HAVE_STRUCT_STAT_ST_ATIM
     45  1.1  lukem #undef HAVE_STRUCT_STAT_ST_MTIMENSEC
     46  1.1  lukem #undef HAVE_STRUCT_STATFS_F_IOSIZE
     47  1.1  lukem 
     48  1.1  lukem #undef HAVE_DECL_OPTIND
     49  1.1  lukem #undef HAVE_DECL_OPTRESET
     50  1.1  lukem #undef HAVE_DECL_SYS_SIGNAME
     51  1.1  lukem 
     52  1.1  lukem #undef HAVE_ASPRINTF
     53  1.1  lukem #undef HAVE_ASNPRINTF
     54  1.1  lukem #undef HAVE_BASENAME
     55  1.1  lukem #undef HAVE_CGETNEXT
     56  1.1  lukem #undef HAVE_DEVNAME
     57  1.1  lukem #undef HAVE_DIRFD
     58  1.1  lukem #undef HAVE_DIRNAME
     59  1.1  lukem #undef HAVE_FGETLN
     60  1.1  lukem #undef HAVE_FLOCK
     61  1.1  lukem #undef HAVE_FPARSELN
     62  1.1  lukem #undef HAVE_FUTIMES
     63  1.1  lukem #undef HAVE_GETOPT
     64  1.1  lukem #undef HAVE_GETOPT_LONG
     65  1.1  lukem #undef HAVE_ISBLANK
     66  1.1  lukem #undef HAVE_ISSETUGID
     67  1.1  lukem #undef HAVE_LCHFLAGS
     68  1.1  lukem #undef HAVE_LCHMOD
     69  1.1  lukem #undef HAVE_LCHOWN
     70  1.1  lukem #undef HAVE_LUTIMES
     71  1.1  lukem #undef HAVE_MKSTEMP
     72  1.1  lukem #undef HAVE_MKDTEMP
     73  1.1  lukem #undef HAVE_POLL
     74  1.1  lukem #undef HAVE_PREAD
     75  1.1  lukem #undef HAVE_PUTC_UNLOCKED
     76  1.1  lukem #undef HAVE_PWCACHE_USERDB
     77  1.1  lukem #undef HAVE_PWRITE
     78  1.1  lukem #undef HAVE_RANDOM
     79  1.1  lukem #undef HAVE_SETENV
     80  1.1  lukem #undef HAVE_SETGROUPENT
     81  1.1  lukem #undef HAVE_SETPASSENT
     82  1.1  lukem #undef HAVE_SETPROGNAME
     83  1.1  lukem #undef HAVE_SNPRINTF
     84  1.1  lukem #undef HAVE_STRLCAT
     85  1.1  lukem #undef HAVE_STRLCPY
     86  1.1  lukem #undef HAVE_STRSEP
     87  1.1  lukem #undef HAVE_STRSUFTOULL
     88  1.1  lukem #undef HAVE_STRTOLL
     89  1.1  lukem #undef HAVE_USER_FROM_UID
     90  1.1  lukem #undef HAVE_VASPRINTF
     91  1.1  lukem #undef HAVE_VASNPRINTF
     92  1.1  lukem #undef HAVE_VSNPRINTF
     93  1.1  lukem 
     94  1.1  lukem #undef HAVE_DECL_SETGROUPENT
     95  1.1  lukem #undef HAVE_DECL_SETPASSENT
     96  1.1  lukem 
     97  1.1  lukem #undef WORDS_BIGENDIAN
     98  1.1  lukem 
     99  1.1  lukem /* Typedefs that might be missing. */
    100  1.1  lukem 
    101  1.1  lukem #undef size_t
    102  1.1  lukem #undef uint8_t
    103  1.1  lukem #undef uint16_t
    104  1.1  lukem #undef uint32_t
    105  1.1  lukem #undef uint64_t
    106  1.1  lukem #undef u_int8_t
    107  1.1  lukem #undef u_int16_t
    108  1.1  lukem #undef u_int32_t
    109  1.1  lukem #undef u_int64_t
    110  1.1  lukem 
    111  1.1  lukem /* Now pull in the compatibility definitions. */
    112  1.1  lukem 
    113  1.1  lukem #include "compat_defs.h"
    114  1.1  lukem 
    115  1.1  lukem #endif	/* !__NETBSD_NBTOOL_CONFIG_H__ */
    116