[go: up one dir, main page]

File: config.h.in

package info (click to toggle)
lprint 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,612 kB
  • sloc: ansic: 7,987; sh: 3,267; makefile: 180
file content (18 lines) | stat: -rw-r--r-- 414 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//
// Configuration header file for LPrint, a Label Printer Utility
//
// Copyright © 2019-2024 by Michael R Sweet.
//
// Licensed under Apache License v2.0.  See the file "LICENSE" for more
// information.
//

// Version number
#define LPRINT_VERSION ""
#define LPRINT_MAJOR_VERSION 1
#define LPRINT_MINOR_VERSION 3
#define LPRINT_PATCH_VERSION 0


// Enable experimental drivers?
#define LPRINT_EXPERIMENTAL 0