diff options
Diffstat (limited to 'config.h.in')
| -rw-r--r-- | config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 206f64a6..a8f78646 100644 --- a/config.h.in +++ b/config.h.in @@ -149,6 +149,9 @@ /* Define if you have Debian */ #undef TARGET_DEBIAN +/* Define if you have Exherbo */ +#undef TARGET_EXHERBO + /* Define if you have Frugalware */ #undef TARGET_FRUGALWARE @@ -204,6 +207,9 @@ /* Version number of package */ #undef VERSION +/* Define if you have PPP support */ +#undef WITH_PPP + /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ #if defined AC_APPLE_UNIVERSAL_BUILD |