--with-pcre=$LIBS_OPTIONAL \
--with-rlm-python-bin=/usr/bin/python2.7 # Otherwise travis picks up /opt/python, which doesn't have .so available
+echo "Contents of src/include/autoconf.h"
+cat "./src/include/autoconf.h"
+
#
# Build the server
#
typedef struct conf_data CONF_DATA; //!< #CONF_ITEM used to associate arbitrary data
///< with a #CONF_PAIR or #CONF_SECTION.
+/*
+ * Dumb hack for GCC which explodes with lots of errors masking the real
+ * error cause, if we don't use typdefs for these structures.
+ */
+typedef struct timeval _timeval_t;
+#if defined(HAVE_BUILTIN_CHOOSE_EXPR) && defined(HAVE_C11_GENERIC)
typedef void _mismatch_vp_tmpl; //!< Dummy type used to indicate PW_TYPE_*/C type mismatch.
typedef void _mismatch_vp_tmpl_m; //!< Dummy type used to indicate PW_TYPE_*/C type mismatch.
typedef void _mismatch_char; //!< Dummy type used to indicate PW_TYPE_*/C type mismatch.
typedef void conf_type_mismatch; //!< Dummy type used to indicate PW_TYPE_*/C type mismatch.
typedef void conf_type_invalid; //!< Dummy type used to indicate invalid PW_TYPE_*.
-#if defined(HAVE_BUILTIN_CHOOSE_EXPR) && defined(HAVE_C11_GENERIC)
-/*
- * Dumb hack for GCC which explodes with lots of errors masking the real
- * error cause, if we don't use typdefs for these structures.
- */
-typedef struct timeval _timeval_t;
-
/** Check the type #_t matches the destination data type
*
* Validation macro to check the type of the pointer or offset #_p passed in