--- dist/examples/examples.h 2017-05-10 12:14:59.000000000 -0400
+++ macports/examples/examples.h 2018-03-03 00:57:16.000000000 -0500
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+// Connection properties
+# define EXAMPLE_DB "test"
+# define EXAMPLE_HOST "tcp://127.0.0.1:3306"
+#endif /* EXAMPLE_HOST */
+# define EXAMPLE_USER "root"
+#endif /* EXAMPLE_USER */
+# define EXAMPLE_PASS "root"
+#endif /* EXAMPLE_PASS */
+#ifndef DYNLOAD_MYSQL_LIB
+#define DYNLOAD_MYSQL_LIB "/opt/local/lib@DBPORT@/mysql/libmysqlclient.dylib"
+#endif /* DYNLOAD_MYSQL_LIB */
#define __LINE__ "(line number n/a)"
-// Connection properties
-#define EXAMPLE_DB "test"
-#define EXAMPLE_HOST "tcp://127.0.0.1:3306"
-#define EXAMPLE_USER "root"
-#define EXAMPLE_PASS "root"
#define EXAMPLE_NUM_TEST_ROWS 4