diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-08-27 11:31:08 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-08-27 11:31:08 -0500 |
commit | cfbdd55bb39f6e2012103a506d8d2506145cc936 (patch) | |
tree | 98914c5e8f41cc7777aab4eec23f9344071dc7f8 /config.h.cmake | |
parent | 2d67c1c6b2606b2c96831a44da73afe41fb8b6e1 (diff) | |
download | tdelibs-cfbdd55bb39f6e2012103a506d8d2506145cc936.tar.gz tdelibs-cfbdd55bb39f6e2012103a506d8d2506145cc936.zip |
Add very preliminary network-manager backend support
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index 36e30793c..265b5afb9 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -831,6 +831,9 @@ /* Defined if compiling without arts */ #cmakedefine WITHOUT_ARTS 1 +/* Defined if compiling with the network-manager backend */ +#cmakedefine WITH_NETWORK_MANAGER_BACKEND 1 + /* 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 |