diff options
author | jbj <devnull@localhost> | 1999-09-26 22:50:47 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-09-26 22:50:47 +0000 |
commit | 23ddc3c8ceb8484e05acc9920db98b3e54ad0df8 (patch) | |
tree | d5a9b84f5499e977e8a73454be86011f7b0022fe /acconfig.h | |
parent | bc0955ad3c26524eef366a9e66a889d38a05b12f (diff) | |
download | librpm-tizen-23ddc3c8ceb8484e05acc9920db98b3e54ad0df8.tar.gz librpm-tizen-23ddc3c8ceb8484e05acc9920db98b3e54ad0df8.tar.bz2 librpm-tizen-23ddc3c8ceb8484e05acc9920db98b3e54ad0df8.zip |
Autoconf test for glob (and regex) functionality.
CVS patchset: 3333
CVS date: 1999/09/26 22:50:47
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 7530b5949..cfb44b6c9 100644 --- a/acconfig.h +++ b/acconfig.h @@ -141,6 +141,12 @@ /* define if experimental support for packages with bzip2 payloads is desired */ #undef ENABLE_BZIP2_PAYLOAD +/* Use the included regex.c? */ +#undef USE_GNU_REGEX + +/* Use the included glob.c? */ +#undef USE_GNU_GLOB + ^L /* Leave that blank line there!! Autoheader needs it. If you're adding to this file, keep in mind: |