Build the HTML man page for my website, as part of the build script.
[sgt/agedu] / config.h
1 /*
2 * config.h: stub version of the autoconf-generated config.h, to
3 * stop the #include in agedu.h from failing when run from the
4 * master source directory instead of from the unpacked contents
5 * of the autotoolsified tarball.
6 *
7 * This version of config.h hardwires some parameters that match
8 * the sorts of systems I tend to be building on. A nasty hack and
9 * a self-centred one, but autotools is so icky that I can't quite
10 * bring myself to inflict it on my main development directory,
11 * and am instead keeping it at arm's length in the distribution
12 * tarballs. Sorry about that.
13 */
14
15 #define HAVE_LSTAT64