mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
20 lines
456 B
Plaintext
20 lines
456 B
Plaintext
|
*** src/pdfdrv.c.org Wed Dec 23 12:55:06 1998
|
||
|
--- src/pdfdrv.c Wed Dec 23 12:55:20 1998
|
||
|
***************
|
||
|
*** 52,58 ****
|
||
|
#include "protos.h"
|
||
|
|
||
|
/* uncomment this if the PDFlib was compiled w/ support for TIFF images */
|
||
|
! /* #define USE_TIFF */
|
||
|
#include <pdf.h>
|
||
|
|
||
|
#ifndef NONE_GUI
|
||
|
--- 52,58 ----
|
||
|
#include "protos.h"
|
||
|
|
||
|
/* uncomment this if the PDFlib was compiled w/ support for TIFF images */
|
||
|
! #define USE_TIFF
|
||
|
#include <pdf.h>
|
||
|
|
||
|
#ifndef NONE_GUI
|