Skip to content

Commit f3a4616

Browse files
Pavel Šimerdaokias
authored andcommitted
enable IDN by default
Now that `getaddrinfo()` and `getnameinfo()` are being relied upon for IDN, we can enable it.
1 parent 37953bf commit f3a4616

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ LDFLAG_RT=-lrt
2525
USE_CAP=yes
2626
# sysfs support (with libsysfs - deprecated) [no|yes|static]
2727
USE_SYSFS=no
28-
# IDN support (experimental) [no|yes|static]
29-
USE_IDN=no
28+
# IDN support [yes|no|static]
29+
USE_IDN=yes
3030

3131
# Do not use getifaddrs [no|yes|static]
3232
WITHOUT_IFADDRS=no

0 commit comments

Comments
 (0)