]> mj.ucw.cz Git - libucw.git/blobdiff - lib/sorter.c
Creation of temporary files is now thread-safe (ugh).
[libucw.git] / lib / sorter.c
index 2272df7260f3fe120a3dc697ecfd9f99b6bfcd81..55d242a5d012e0ab87af5fa3a92743599ca0eaac 100644 (file)
@@ -8,15 +8,13 @@
  */
 
 #include "lib/lib.h"
-#include "lib/conf2.h"
+#include "lib/conf.h"
 #include "lib/fastbuf.h"
+#include "lib/sorter-globals.h"
 
 #include <unistd.h>
 #include <sys/fcntl.h>
 
-#define SORT_DECLARE_ONLY
-#include "lib/sorter.h"
-
 uns sorter_trace;
 uns sorter_presort_bufsize = 65536;
 uns sorter_stream_bufsize = 65536;