File indexing completed on 2024-04-21 03:52:32

0001 /* This file is part of the KDE libraries
0002    SPDX-FileCopyrightText: 2000 David Faure <faure@kde.org>
0003    SPDX-FileCopyrightText: 2011 Mario Bensi <mbensi@ipsquad.net>
0004 
0005    SPDX-License-Identifier: LGPL-2.0-or-later
0006 */
0007 #ifndef __kcompressiondevice_p_h
0008 #define __kcompressiondevice_p_h
0009 
0010 #define BUFFER_SIZE 8 * 1024
0011 #define SEEK_BUFFER_SIZE 3 * BUFFER_SIZE
0012 
0013 #endif