repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vfs: check userland buffers before reading them.
[haiku.git]
/
src
/
add-ons
/
print
/
transports
/
lpr
/
LprDefs.h
blob
a393d1d63b6f9282471f695f7c32008c73ffa441
1
// Sun, 18 Jun 2000
2
// Y.Takagi
3
4
#ifndef __LprDefs_H
5
#define __LprDefs_H
6
7
#define SPOOL_PATH
"printer_file"
8
#define LPR_SERVER_NAME
"_lpr/server_name"
9
#define LPR_QUEUE_NAME
"_lpr/queue_name"
10
#define LPR_JOB_ID
"_lpr/job_id"
11
12
#endif
//__LprDefs_H