LIBFOO_CONF_DEFS
^^^^^^^^^^^^^^^^

Provides a means to pass definitions into the configuration process. This option
can is defined as a dictionary of string pairs. This field is optional.

.. code-block:: python

   LIBFOO_CONF_DEFS = {
       # adds "--option=value" to the command
       '--option': 'value',
   }
