summaryrefslogtreecommitdiff
path: root/korean/h2ps/files/patch-aa
blob: 2d87327c5f46373686ee08c46244ea396bd45c55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- h2ps.c.orig	Fri Aug  7 01:41:12 1998
+++ h2ps.c	Sat Aug  8 09:54:44 1998
@@ -9,6 +9,7 @@
 #include <stdlib.h>
 #include <sys/types.h>
 #include <time.h>
+#include <unistd.h>
 
 #include "ncode.h"
 #include "npsr.h"
@@ -177,6 +178,9 @@
   fputs("%%Creator: h2ps\n", out);
   fprintf(out, "%%%%CreationDate: %s\n", date_str);
   fputs("%%Pages: (atend)\n", out);
+  fputs("%%PageOrder: Ascend\n", out);
+  fputs("%%DocumentData: Clean8Bit\n", out);
+  fputs("%%DocumentPaperSizes: A4\n", out);
   fputs("%%EndComments\n", out);
   
   npsr_insert_resource(out, NPSR_FONT, "n3f-5");