blob: fa9f370a23934893536f9d7a68e3efef2bf24434 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* config.h:
* In the original package this file is generated by autoheader.
* When part of the teTeX / TeX live tree, we simply include
* c-auto.h as generted by autoheader and configure. */
#ifndef _CONFIG_H
#define _CONFIG_H
#include "c-auto.h"
#endif /* _CONFIG_H */
|