diff options
author | Martin Mares <mj@ucw.cz> | 2000-05-08 16:24:19 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-05-08 16:24:19 +0200 |
commit | cd44b466515578583d46dcb1a0abdae6e658a166 (patch) | |
tree | 09fdc5efd43587be42cc1eaba71add30e1979f51 /sysdep | |
parent | f9254d2349c7e2e3c110f7850e402d1c11624940 (diff) | |
download | bird-cd44b466515578583d46dcb1a0abdae6e658a166.tar bird-cd44b466515578583d46dcb1a0abdae6e658a166.zip |
Forgot to add a spiky comment :)
Diffstat (limited to 'sysdep')
-rw-r--r-- | sysdep/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdep/config.h b/sysdep/config.h index 276929e..cee980c 100644 --- a/sysdep/config.h +++ b/sysdep/config.h @@ -17,6 +17,10 @@ #ifndef MACROS_ONLY +/* + * Of course we could add the paths to autoconf.h, but autoconf + * is stupid and puts make-specific substitutious to the paths. + */ #include "sysdep/paths.h" /* Types */ |