Changeset 559


Ignore:
Timestamp:
03/21/11 15:16:28 (14 months ago)
Author:
acbernst
Message:

added variable to configure an alternative backend for distribution support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/avango-core/include/avango/Config.h.in

    r406 r559  
    4444#endif 
    4545 
     46#if %(AVANGO_ZMQ_DISTRIBUTION_SUPPORT)s 
     47#define ZMQ_DISTRIBUTION_SUPPORT 1 
     48#else 
     49#undef ZMQ_DISTRIBUTION_SUPPORT 
     50#endif 
     51 
    4652#define AVANGO_VERSION_MAJOR %(AVANGO_VERSION_MAJOR)s 
    4753#define AVANGO_VERSION_MINOR %(AVANGO_VERSION_MINOR)s 
Note: See TracChangeset for help on using the changeset viewer.