summaryrefslogtreecommitdiff
path: root/libpq/libpq/pg_config_paths.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpq/libpq/pg_config_paths.h')
-rw-r--r--libpq/libpq/pg_config_paths.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/libpq/libpq/pg_config_paths.h b/libpq/libpq/pg_config_paths.h
new file mode 100644
index 0000000..2e67511
--- /dev/null
+++ b/libpq/libpq/pg_config_paths.h
@@ -0,0 +1,11 @@
+/* file : libpq/pg_config_paths.h -*- C -*-
+ * copyright : Copyright (c) 2016-2019 Code Synthesis Ltd
+ * license : PostgreSQL License; see accompanying COPYRIGHT file
+ */
+
+/*
+ * The upstream package makefile creates this file on the fly, dumping a
+ * number of macro definitions. The libpq source files only use the SYSCONFDIR
+ * macro (for the configuration we package against) which we define via the -D
+ * preprocessor option (see buildfile for details).
+ */