]> git.ipfire.org Git - thirdparty/cups.git/blame - ppdc/ppdc-private.h
Changelog.
[thirdparty/cups.git] / ppdc / ppdc-private.h
CommitLineData
38e73f87 1//
503b54c9 2// Private definitions for the CUPS PPD Compiler.
38e73f87 3//
503b54c9 4// Copyright 2009-2010 by Apple Inc.
38e73f87 5//
503b54c9
MS
6// These coded instructions, statements, and computer programs are the
7// property of Apple Inc. and are protected by Federal copyright
8// law. Distribution and use rights are outlined in the file "LICENSE.txt"
9// which should have been included with this file. If this file is
10// file is missing or damaged, see the license at "http://www.cups.org/".
38e73f87
MS
11//
12
13#ifndef _PPDC_PRIVATE_H_
14# define _PPDC_PRIVATE_H_
15
16//
17// Include necessary headers...
18//
19
20# include "ppdc.h"
71e16022 21# include <cups/cups-private.h>
38e73f87
MS
22
23
24//
25// Macros...
26//
27
28# define PPDC_NEW DEBUG_printf(("%s: %p new", class_name(), this))
29# define PPDC_NEWVAL(s) DEBUG_printf(("%s(\"%s\"): %p new", class_name(), s, this))
30# define PPDC_DELETE DEBUG_printf(("%s: %p delete", class_name(), this))
97c9a8d7 31# define PPDC_DELETEVAL(s) DEBUG_printf(("%s(\"%s\"): %p delete", class_name(), s, this))
38e73f87
MS
32
33
34#endif // !_PPDC_PRIVATE_H_