<varname>CPPFLAGS</varname> variable that was used for building
<productname>PostgreSQL</productname>. This shows C compiler switches needed
at preprocessing time (typically, <literal>-I</literal> switches).
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--cflags</option></term>
<listitem>
<para>
Print the value of the <varname>CFLAGS</varname> variable that was used for building
<productname>PostgreSQL</productname>. This shows C compiler switches.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--cflags_sl</option></term>
<listitem>
<para>
Print the value of the <varname>CFLAGS_SL</varname> variable that was used for building
<productname>PostgreSQL</productname>. This shows extra C compiler switches
used for building shared libraries.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--ldflags</option></term>
<listitem>
<para>
Print the value of the <varname>LDFLAGS</varname> variable that was used for building
<productname>PostgreSQL</productname>. This shows linker switches.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--ldflags_ex</option></term>
<listitem>
<para>
Print the value of the <varname>LDFLAGS_EX</varname> variable that was used for building
<productname>PostgreSQL</productname>. This shows linker switches
used for building executables only.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--ldflags_sl</option></term>
<listitem>
<para>
Print the value of the <varname>LDFLAGS_SL</varname> variable that was used for building
<productname>PostgreSQL</productname>. This shows linker switches
used for building shared libraries only.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--libs</option></term>
<listitem>
<para>
Print the value of the <varname>LIBS</varname> variable that was used for building