File: conf.h

package info (click to toggle)
dvi2ps 5.1j-1.4
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 3,240 kB
  • sloc: ansic: 15,080; sh: 10,365; makefile: 198
file content (34 lines) | stat: -rw-r--r-- 586 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#ifndef CONF_H
#define	CONF_H

/* config.h is generated by configure */
#include	"config.h"

#if defined(HAVE_LIBKPATHSEA) && defined(HAVE_KPATHSEA_CONFIG_H)
#define	KPATHSEA
#endif

#ifdef HAVE_LIBFREETYPE2
#define	FREETYPE
#endif

#if defined(HAVE_LIBVFLIB2) && defined(HAVE_VF_H) && defined(HAVE_LIBTTF)
#define	VFLIB
#endif

#if defined(HAVE_LIBVFLIB3) && defined(HAVE_VFLIB_3_6_H)
#define	VFLIB
#endif

#ifdef HAVE_ANSI_C89
#define	ANSI
#endif

/* old SysV that has inefficient stdio */
/*#define	SYSVIO*/

/* define both for Windows */
/*#define	MSDOS*/
/*#define	WIN32*/

#endif