mirror of
https://git.freebsd.org/ports.git
synced 2025-07-12 23:09:19 -04:00
19 lines
456 B
Text
19 lines
456 B
Text
*** 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
|