Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1k0urU-00016f-LQ for pgsql-interfaces@arkaria.postgresql.org; Wed, 29 Jul 2020 22:47:48 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1k0uqy-00053W-8M for pgsql-interfaces@arkaria.postgresql.org; Wed, 29 Jul 2020 22:47:16 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1k0uqy-00053N-39 for pgsql-interfaces@lists.postgresql.org; Wed, 29 Jul 2020 22:47:16 +0000 Received: from st43p00im-zteg10071901.me.com ([17.58.63.169]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1k0uqr-0008Nz-Jw for pgsql-interfaces@lists.postgresql.org; Wed, 29 Jul 2020 22:47:15 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mac.com; s=1a1hai; t=1596062827; bh=GpDoIlUVCAWlqK5AfpmgZJJhssdj0oWkBYyjQq/T5r4=; h=From:Content-Type:Mime-Version:Subject:Message-Id:Date:To; b=LyGcGX8j8tJVFDJmdD/DasgClo63jVIj3h6Amv89UF8Y2AefnfPFXy/3v+PjqQ++q oVxKQw4AXGLAuuyXUpJfp63+x2s+p/owwMPTgBzBx6ihXSDtfQGxV4UUr/ud5uNyCA VInt1vpTDvwXHgl/LPkt4op511SjQewzsI889/ccQcPkpSyFhWxLmiLOaJqdhi9iRl Ed4J1+SPDOnx01HgqOQJrjSxwng+gFyqwG456cect2edsHPWXKBa692D+FjETByhdk rsOeN04GzT0/pvb4NFaAJ0ctXtQuYApNdiOmPjN2iv/GSOX/N+YwBpR/STbThlRT4b B4xWOOrHuyIwg== Received: from dimamacbookpro.dhcp.mathworks.com (unknown [144.212.128.4]) by st43p00im-zteg10071901.me.com (Postfix) with ESMTPSA id E14F8D80692 for ; Wed, 29 Jul 2020 22:47:06 +0000 (UTC) From: Dmitry Markman Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.1\)) Subject: windows config.pl question Message-Id: <53167793-3E42-4089-BA8B-055A6D088AC5@mac.com> Date: Wed, 29 Jul 2020 18:44:38 -0400 To: pgsql-interfaces@lists.postgresql.org X-Mailer: Apple Mail (2.3608.120.23.2.1) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.235,18.0.687 definitions=2020-07-29_17:2020-07-29,2020-07-29 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=1 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 mlxscore=0 mlxlogscore=302 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-2004280000 definitions=main-2007290153 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Hi I=E2=80=99d like to add icu/openssl support to my postgresql build on = windows documentation says that I have to modify config.pl file, however it's = not clear what exactly I have to do config-default.pl for example has the following line icu =3D> undef, # --with-icu=3D so, if I want to add icu support what exactly should I do? should I replace undef with path? icu =3D> , is it correct? if it=E2=80=99s correct does build support UNC paths? thanks in advance Dimitry Markman