diff options
| author | Michael Biebl <biebl@debian.org> | 2011-03-18 20:17:47 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2011-03-18 20:17:47 +0100 |
| commit | e22c6e05e9ebc6cce941762020c5710b8014677b (patch) | |
| tree | 7e9fd7f8ae24a94b03f683e0cef9a346968e1e8b /config.h.in | |
| parent | a6b89d35fabd9f5934b84d7cde22e9268f92c3d3 (diff) | |
Imported Upstream version 0.8.3.998 upstream/0.8.3.998
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 |