diff options
author | Fabian Groffen <grobian@gentoo.org> | 2019-12-29 13:35:01 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2019-12-29 13:35:01 +0100 |
commit | f4dbe34b34cb5bb9ce049ad9c8ac27f09a03c549 (patch) | |
tree | aeb7ec7196759ded6f37457133c091d40858c272 /config.h.in | |
parent | qlist: add support for listing contents from binpkgs (diff) | |
download | portage-utils-f4dbe34b34cb5bb9ce049ad9c8ac27f09a03c549.tar.gz portage-utils-f4dbe34b34cb5bb9ce049ad9c8ac27f09a03c549.tar.bz2 portage-utils-f4dbe34b34cb5bb9ce049ad9c8ac27f09a03c549.zip |
buildsys: regen after configure.ac change
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index a0714f64..c8155e2c 100644 --- a/config.h.in +++ b/config.h.in @@ -473,6 +473,9 @@ /* Define to 1 if you have the `flockfile' function. */ #undef HAVE_FLOCKFILE +/* Define to 1 if you have the `fmemopen' function. */ +#undef HAVE_FMEMOPEN + /* Define if the frexpl function is available in libc. */ #undef HAVE_FREXPL_IN_LIBC |