summaryrefslogtreecommitdiff
path: root/systemv
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2018-03-19 22:58:49 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2018-03-19 22:58:49 -0400
commit187b9322c81a1cebe586f15054cfc94481773b6e (patch)
treec552523c316cb1cc0caa8baed67b7c06d941e3fa /systemv
parent5192eac3e64c95d2ae89bdfc110486317cc7855b (diff)
downloadcups-187b9322c81a1cebe586f15054cfc94481773b6e.tar.gz
Fully deprecate PPD API - no more _PPD_DEPRECATED cheat.
Diffstat (limited to 'systemv')
-rw-r--r--systemv/Makefile7
-rw-r--r--systemv/lpadmin.c2
2 files changed, 4 insertions, 5 deletions
diff --git a/systemv/Makefile b/systemv/Makefile
index 68eedd0a0..877ccdb88 100644
--- a/systemv/Makefile
+++ b/systemv/Makefile
@@ -1,10 +1,11 @@
#
# System V commands makefile for CUPS.
#
-# Copyright 2007-2018 by Apple Inc.
-# Copyright 1997-2006 by Easy Software Products, all rights reserved.
+# Copyright © 2007-2018 by Apple Inc.
+# Copyright © 1997-2006 by Easy Software Products, all rights reserved.
#
-# Licensed under Apache License v2.0. See the file "LICENSE" for more information.
+# Licensed under Apache License v2.0. See the file "LICENSE" for more
+# information.
#
include ../Makedefs
diff --git a/systemv/lpadmin.c b/systemv/lpadmin.c
index 85d57d83d..5841d866c 100644
--- a/systemv/lpadmin.c
+++ b/systemv/lpadmin.c
@@ -11,8 +11,6 @@
* Include necessary headers...
*/
-#define _CUPS_NO_DEPRECATED
-#define _PPD_DEPRECATED
#include <cups/cups-private.h>
#include <cups/ppd-private.h>