diff options
Diffstat (limited to 'pkgtools/libnbcompat/files/nbcompat/config.h.in')
-rw-r--r-- | pkgtools/libnbcompat/files/nbcompat/config.h.in | 53 |
1 files changed, 34 insertions, 19 deletions
diff --git a/pkgtools/libnbcompat/files/nbcompat/config.h.in b/pkgtools/libnbcompat/files/nbcompat/config.h.in index d4ca0165305..01bb248e48e 100644 --- a/pkgtools/libnbcompat/files/nbcompat/config.h.in +++ b/pkgtools/libnbcompat/files/nbcompat/config.h.in @@ -43,12 +43,15 @@ /* Define to 1 if you have the `fgetln' function. */ #undef HAVE_FGETLN +/* Define to 1 if you have the `fnmatch' function. */ +#undef HAVE_FNMATCH + +/* Define to 1 if you have the <fnmatch.h> header file. */ +#undef HAVE_FNMATCH_H + /* Define to 1 if you have the `fparseln' function. */ #undef HAVE_FPARSELN -/* Define to 1 if you have the `fseeko' function. */ -#undef HAVE_FSEEKO - /* Define to 1 if the system has the type `fsid_t'. */ #undef HAVE_FSID_T @@ -73,15 +76,12 @@ /* Define to 1 if you have the `gid_from_group' function. */ #undef HAVE_GID_FROM_GROUP +/* Define to 1 if you have the <glob.h> header file. */ +#undef HAVE_GLOB_H + /* Define to 1 if you have the `group_from_gid' function. */ #undef HAVE_GROUP_FROM_GID -/* Define to 1 if you have the `inet_ntop' function. */ -#undef HAVE_INET_NTOP - -/* Define to 1 if you have the `inet_pton' function. */ -#undef HAVE_INET_PTON - /* Define to 1 if the system has the type `int16_t'. */ #undef HAVE_INT16_T @@ -152,17 +152,35 @@ /* Define to 1 if you have the `mkstemp' function. */ #undef HAVE_MKSTEMP +/* Define to 1 if the `fts_*' functions are built into the library. */ +#undef HAVE_NBCOMPAT_FTS + /* Define to 1 if the `getopt_long' function is built into the library. */ #undef HAVE_NBCOMPAT_GETOPT_LONG +/* Define to 1 if the `glob' function is built into the library. */ +#undef HAVE_NBCOMPAT_GLOB + +/* Define to 1 if the `MD5*' functions are built into the library. */ +#undef HAVE_NBCOMPAT_MD5 + /* Define to 1 if the `MD5Init' function is built into the library. */ #undef HAVE_NBCOMPAT_MD5INIT /* Define to 1 if the `poll' function is built into the library. */ #undef HAVE_NBCOMPAT_POLL -/* Define to 1 if the `statfs' function is built into the library. */ -#undef HAVE_NBCOMPAT_STATFS +/* Define to 1 if the `queue' macros are supplied by the library. */ +#undef HAVE_NBCOMPAT_QUEUE + +/* Define to 1 if the `RMD160*' functions are built into the library. */ +#undef HAVE_NBCOMPAT_RMD160 + +/* Define to 1 if the `SHA1*' functions are built into the library. */ +#undef HAVE_NBCOMPAT_SHA1 + +/* Define to 1 if the `statvfs' function is built into the library. */ +#undef HAVE_NBCOMPAT_STATVFS /* Define to 1 if the `vis' function is built into the library. */ #undef HAVE_NBCOMPAT_VIS @@ -273,9 +291,6 @@ /* Define to 1 if you have the `strmode' function. */ #undef HAVE_STRMODE -/* Define to 1 if you have the `strptime' function. */ -#undef HAVE_STRPTIME - /* Define to 1 if you have the `strsep' function. */ #undef HAVE_STRSEP @@ -285,8 +300,11 @@ /* Define to 1 if you have the `strtoll' function. */ #undef HAVE_STRTOLL -/* Define to 1 if `f_basetype' is member of `struct statvfs'. */ -#undef HAVE_STRUCT_STATVFS_F_BASETYPE +/* Define to 1 if `f_fsize' is member of `struct statfs'. */ +#undef HAVE_STRUCT_STATFS_F_FSIZE + +/* Define to 1 if `f_iosize' is member of `struct statfs'. */ +#undef HAVE_STRUCT_STATFS_F_IOSIZE /* Define to 1 if you have the `strunvis' function. */ #undef HAVE_STRUNVIS @@ -357,9 +375,6 @@ /* Define to 1 if you have the <termios.h> header file. */ #undef HAVE_TERMIOS_H -/* Define to 1 if you have the `timegm' function. */ -#undef HAVE_TIMEGM - /* Define to 1 if you have the <time.h> header file. */ #undef HAVE_TIME_H |