#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