diff options
author | Adam Jackson <ajax@redhat.com> | 2008-07-24 09:07:42 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-07-24 15:46:08 -0400 |
commit | f65c50c4e902c7b5619fb7bbee8462434d809ec7 (patch) | |
tree | 1e4741b6a248760d00968a81fb0a1b2d98a66788 /os/utils.c | |
parent | d6228cb22aa89b90834d80d98b91862c1fc01b54 (diff) |
Bigreqs are built-in and mandatory.
Diffstat (limited to 'os/utils.c')
-rw-r--r-- | os/utils.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/os/utils.c b/os/utils.c index 21203e4cc..70bbdaa05 100644 --- a/os/utils.c +++ b/os/utils.c @@ -124,9 +124,6 @@ OR PERFORMANCE OF THIS SOFTWARE. #endif _X_EXPORT Bool noTestExtensions; -#ifdef BIGREQS -_X_EXPORT Bool noBigReqExtension = FALSE; -#endif #ifdef COMPOSITE _X_EXPORT Bool noCompositeExtension = FALSE; #endif |