packages feed

Ebnf2ps-1.0.10: src/Defaults.hs

{-# LANGUAGE CPP #-}
------------------------------------------------------------------------
-- © 1998 Peter Thiemann
-- some default settings
-- 
module Defaults (afmPathDefault, ebnfInputDefault, rgbPathDefault)
where

afmPathDefault      = [
#include "afmpath.h"
                      , "/usr/local/tex/lib/TeXPS/afm"]
ebnfInputDefault    = ["."]
rgbPathDefault	    = [
#include "rgbpath.h"
                      , "/usr/X11R6/lib/X11"]