summaryrefslogtreecommitdiff
path: root/support/dktools/printqds.h
blob: 48bc32c00852486faf6a7c1d09b5fa4dfaaa7487 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
Copyright 2020, Dirk Krause. All rights reserved.
SPDX-License-Identifier:	BSD-3-Clause
*/

#ifndef PRINTQDS_H_INCLUDED
/** Protection against multiple inclusion. */
#define	PRINTQDS_H_INCLUDED 1

/**	Maximum request length.
*/
#define	PQD_INPUT_BUFFER_SIZE		512

/**	Maximum response length.
*/
#define	PQD_OUTPUT_BUFFER_SIZE		128

/**	Size of configuration file line.
*/
#define	PQD_CONFIG_BUFFER_SIZE		(DK3_MAX_PATH + PQD_INPUT_BUFFER_SIZE)

#endif