Is it possible to have conditional includes in a .proto file?

I'm looking at creating a generic library that could have 10s of different 
services.

However, not all projects are going to require all services, so I'd like a 
way to selectively enable different services.

Currently, the way this is done by manually editing a .proto file that has 
a bunch of includes in it to comment out the includes that aren't needed 
for a particular project.

I'd like a way to automate this process.

Any ideas?

John

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to