summaryrefslogtreecommitdiff
path: root/source3/include/nt_printing.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/nt_printing.h')
-rw-r--r--source3/include/nt_printing.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h
index fbeab7873c..9282367885 100644
--- a/source3/include/nt_printing.h
+++ b/source3/include/nt_printing.h
@@ -133,13 +133,6 @@
#define COLLATE_FALSE 0
#define COLLATE_TRUE 1
-/* Printer permissions ACE settings */
-
-#define PRINTER_ACE_FULL_CONTROL GENERIC_ALL_ACCESS
-#define PRINTER_ACE_MANAGE_DOCUMENTS READ_CONTROL_ACCESS
-#define PRINTER_ACE_PRINT \
- (GENERIC_READ_ACCESS | GENERIC_WRITE_ACCESS | GENERIC_EXECUTE_ACCESS)
-
typedef struct nt_printer_driver_info_level_3
{
uint32 cversion;