diff options
Diffstat (limited to 'pkgtools/libnbcompat/files/nbcompat/config.h.in')
-rw-r--r-- | pkgtools/libnbcompat/files/nbcompat/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgtools/libnbcompat/files/nbcompat/config.h.in b/pkgtools/libnbcompat/files/nbcompat/config.h.in index 7836f1d8d76..5904fbc6d8e 100644 --- a/pkgtools/libnbcompat/files/nbcompat/config.h.in +++ b/pkgtools/libnbcompat/files/nbcompat/config.h.in @@ -173,6 +173,9 @@ /* Define to 1 if the `queue' macros are supplied by the library. */ #undef HAVE_NBCOMPAT_QUEUE +/* Define to 1 if the `regex' functions are built into the library. */ +#undef HAVE_NBCOMPAT_REGEX + /* Define to 1 if the `RMD160*' functions are built into the library. */ #undef HAVE_NBCOMPAT_RMD160 @@ -216,6 +219,9 @@ /* Define to 1 if you have the <pwd.h> header file. */ #undef HAVE_PWD_H +/* Define to 1 if you have the <regex.h> header file. */ +#undef HAVE_REGEX_H + /* Define to 1 if you have the <rmd160.h> header file. */ #undef HAVE_RMD160_H |