File: tiff.conf

package info (click to toggle)
xloadimage 4.1-3
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 2,580 kB
  • ctags: 3,902
  • sloc: ansic: 35,724; makefile: 410; asm: 284; sh: 107
file content (17 lines) | stat: -rw-r--r-- 502 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# TIFF distribution configuration file; this is automagically configured by
# 'libconfig.'  If you must edit it, beware that reconfiguring the
# distribution with rewrite this file.

# Get system-configuration stuff
include ../Make.conf
 
# ANSI compatibility flags
PROTOTYPES=-DUSE_PROTOTYPES
#VARARGS=-DUSE_VARARGS
CONST=-DUSE_CONST
 
# If not a BSD system, need -DSYSV to fix bcopy et al.
SYSV=-DSYSV
 
# Conglomerate of all TIFF flags
TIFF_CC_FLAGS=$(PROTOTYPES) $(VARARGS) $(CONST) $(SYSV) -Dunix