2 * UCW Library -- Universal Sorter: Global Variables
4 * (c) 2001--2004 Martin Mares <mj@ucw.cz>
5 * (c) 2004 Robert Spalek <robert@ucw.cz>
7 * This software may be freely distributed and used according to the terms
8 * of the GNU Lesser General Public License.
11 #ifndef _UCW_SORTER_GLOBALS_H
12 #define _UCW_SORTER_GLOBALS_H
14 extern uns sorter_trace;
15 extern uns sorter_presort_bufsize;
16 extern uns sorter_stream_bufsize;
18 extern uns sorter_pass_counter;