1/* This file is part of the KDE libraries
2 SPDX-FileCopyrightText: 2000 David Faure <faure@kde.org>
3 SPDX-FileCopyrightText: 2011 Mario Bensi <mbensi@ipsquad.net>
4
5 SPDX-License-Identifier: LGPL-2.0-or-later
6*/
7#ifndef __kcompressiondevice_p_h
8#define __kcompressiondevice_p_h
9
10#define BUFFER_SIZE 8 * 1024
11#define SEEK_BUFFER_SIZE 3 * BUFFER_SIZE
12
13#endif
14

source code of karchive/src/kcompressiondevice_p.h