File: config.h

package info (click to toggle)
ippsample 0.0~git20220607.72f89b3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 36,580 kB
  • sloc: ansic: 108,192; sh: 3,417; makefile: 1,163
file content (46 lines) | stat: -rw-r--r-- 802 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
//
// Xcode configuration file for the IPP sample code.
//
// Copyright © 2014-2022 by the IEEE-ISTO Printer Working Group.
//
// Licensed under Apache License v2.0.  See the file "LICENSE" for more
// information.
//

#ifndef IPPSAMPLE_CONFIG_H
#define IPPSAMPLE_CONFIG_H


// Version number
#define IPPSAMPLE_VERSION "1.0b1"


// PAM support
#define HAVE_LIBPAM 1
#define HAVE_SECURITY_PAM_APPL_H 1
/* #undef HAVE_PAM_PAM_APPL_H */


// strlcpy support
#define HAVE_STRLCPY 1


// DNS-SD support
#define HAVE_DNSSD 1
#define HAVE_MDNSRESPONDER 1
/* #undef HAVE_AVAHI */


// CoreGraphics support
#define HAVE_COREGRAPHICS 1


// pdftoppm path
/* #undef PDFTOPPM */


// CuraEngine path
#define CURAENGINE "/Applications/Ultimaker Cura.app/Contents/MacOS/CuraEngine"


#endif // !IPPSAMPLE_CONFIG_H