Added support for cpythonize to generate auxillary info
to stdout.  Also added check for of_message_parse to
print out error if wrong version is called.
diff --git a/tools/pylibopenflow/pylib/config.py b/tools/pylibopenflow/pylib/config.py
index bbf1528..b90f630 100644
--- a/tools/pylibopenflow/pylib/config.py
+++ b/tools/pylibopenflow/pylib/config.py
@@ -22,3 +22,8 @@
 
 # Generate dictionary of enum strings to values
 GEN_ENUM_DICTIONARY = 1
+
+# Auxilary info:  Stuff written to stdout for additional processing
+# Currently generates a (python) map from a class to a list of
+# the data members; used for documentation
+GEN_AUX_INFO = 1