1 /*
2  *   c-auto.h
3  *
4  *   This file is part of the ttf2pk package.
5  *
6  *   Copyright 1997-1999 by
7  *     Frederic Loyer <loyer@ensta.fr>
8  *     Werner Lemberg <wl@gnu.org>
9  */
10 
11 #ifndef C_AUTO_H
12 #define C_AUTO_H
13 
14 /*
15  *   We need to get kpathsea's configuration file.
16  */
17 
18 #include "kpathsea/c-auto.h"
19 
20 #endif /* C_AUTO_H */
21 
22 
23 /* end */
24