~ubuntu-branches/ubuntu/trusty/tiff/trusty

« back to all changes in this revision

Viewing changes to tools/tiff2bw.c

  • Committer: Package Import Robot
  • Author(s): Jay Berkenbilt
  • Date: 2012-06-24 13:45:42 UTC
  • mfrom: (15.1.14 sid)
  • Revision ID: package-import@ubuntu.com-20120624134542-u7dltcqwnb6orprf
Tags: 4.0.2-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: tiff2bw.c,v 1.12.2.2 2010-07-02 12:03:27 dron Exp $ */
 
1
/* $Id: tiff2bw.c,v 1.15 2010-07-02 12:02:56 dron Exp $ */
2
2
 
3
3
/*
4
4
 * Copyright (c) 1988-1997 Sam Leffler
35
35
# include <unistd.h>
36
36
#endif
37
37
 
 
38
#ifdef NEED_LIBPORT
 
39
# include "libport.h"
 
40
#endif
 
41
 
38
42
#include "tiffio.h"
39
43
 
40
44
#define streq(a,b)      (strcmp((a),(b)) == 0)