opnsense-ports/lang/vala/files/patch-vapi_libpq.vapi
Franco Fichtner b6b8460a8a */*: sync with upstream
Taken from: HardenedBSD
2018-01-25 08:26:08 +01:00

14 lines
404 B
Vala

--- vapi/libpq.vapi.orig 2017-03-02 09:33:15 UTC
+++ vapi/libpq.vapi
@@ -20,11 +20,7 @@
* Jukka-Pekka Iivonen <jp0409@jippii.fi>
*/
-#if LIBPQ_9_3
[CCode (cprefix = "PQ", cheader_filename = "libpq-fe.h")]
-#else
-[CCode (cprefix = "PQ", cheader_filename = "postgresql/libpq-fe.h")]
-#endif
namespace Postgres {
[CCode (cname = "ConnStatusType", cprefix = "CONNECTION_", has_type_id = false)]