~vcs-imports/a2ps/trunk

« back to all changes in this revision

Viewing changes to lib/a2ps.h

  • Committer: David Seifert
  • Date: 2017-09-10 09:11:05 UTC
  • Revision ID: git-v1:224c25d8acd3c30b965b9c9dd976c256d054d7be
Rename `lib` dir to `liba2ps` in preparation for gnulib

* gnulib uses `lib` by default for its modules and we
  prefer leaving these defaults, which make bootstrapping
  a bit easier.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* a2ps.h - shared header with the whole package
2
 
   Copyright 1995-2017 Free Software Foundation, Inc.
3
 
 
4
 
   This program is free software; you can redistribute it and/or modify
5
 
   it under the terms of the GNU General Public License as published by
6
 
   the Free Software Foundation; either version 3, or (at your option)
7
 
   any later version.
8
 
 
9
 
   This program is distributed in the hope that it will be useful,
10
 
   but WITHOUT ANY WARRANTY; without even the implied warranty of
11
 
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
 
   GNU General Public License for more details.
13
 
 
14
 
   You should have received a copy of the GNU General Public License
15
 
   along with this program; if not, write to the Free Software
16
 
   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
17
 
   02110-1301, USA.  */
18
 
 
19
 
#ifndef _A2PS_H_
20
 
# define _A2PS_H_
21
 
 
22
 
# include "system.h"
23
 
 
24
 
# define UNULL          (unsigned char *) NULL
25
 
 
26
 
#endif