aboutsummaryrefslogtreecommitdiff
path: root/odb/boost/uuid/uuid-pgsql.options
diff options
context:
space:
mode:
Diffstat (limited to 'odb/boost/uuid/uuid-pgsql.options')
-rw-r--r--odb/boost/uuid/uuid-pgsql.options12
1 files changed, 12 insertions, 0 deletions
diff --git a/odb/boost/uuid/uuid-pgsql.options b/odb/boost/uuid/uuid-pgsql.options
new file mode 100644
index 0000000..242fe52
--- /dev/null
+++ b/odb/boost/uuid/uuid-pgsql.options
@@ -0,0 +1,12 @@
+# file : odb/boost/uuid/uuid-pgsql.options
+# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# license : GNU GPL v2; see accompanying LICENSE file
+
+--profile boost/version
+
+# Include the default mapping in prologue instead of epilogue to
+# allow the user to override the default mapping.
+#
+--odb-prologue '#include <odb/boost/uuid/pgsql/uuid-mapping.hxx>'
+
+--hxx-prologue '#include <odb/boost/uuid/pgsql/uuid-traits.hxx>'