diff options
author | alexv-smirnov <alex@ydb.tech> | 2023-11-04 11:58:00 +0300 |
---|---|---|
committer | alexv-smirnov <alex@ydb.tech> | 2023-11-04 12:10:53 +0300 |
commit | f78ccd407d8d111a29057da8827c7a85bba273cb (patch) | |
tree | 4b7c78cc38490bbe9eb84e18c9ca3eeaacd72857 /build/sysincl | |
parent | 2aade25e5d8359b411bd3cf5307d0f886d2c92dd (diff) | |
download | ydb-f78ccd407d8d111a29057da8827c7a85bba273cb.tar.gz |
Change "misc-win.yml"
Diffstat (limited to 'build/sysincl')
-rw-r--r-- | build/sysincl/misc-win.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/build/sysincl/misc-win.yml b/build/sysincl/misc-win.yml index dadaa66cce..b41675e66e 100644 --- a/build/sysincl/misc-win.yml +++ b/build/sysincl/misc-win.yml @@ -56,6 +56,23 @@ - utime.h: ydb/library/yql/parser/pg_wrapper/postgresql/src/include/port/win32_msvc/utime.h - dl.h +- source_filter: "^contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src" + includes: + - arpa/inet.h: contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/port/win32/arpa/inet.h + - dirent.h: contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/port/win32_msvc/dirent.h + - grp.h: contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/port/win32/grp.h + - netdb.h: contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/port/win32/netdb.h + - netinet/in.h: contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/port/win32/netinet/in.h + - pwd.h: contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/port/win32/pwd.h + - sys/file.h: contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/port/win32_msvc/sys/file.h + - sys/param.h: contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/port/win32_msvc/sys/param.h + - sys/socket.h: contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/port/win32/sys/socket.h + - sys/time.h: contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/port/win32_msvc/sys/time.h + - sys/wait.h: contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/port/win32/sys/wait.h + - unistd.h: contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/port/win32_msvc/unistd.h + - utime.h: contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/port/win32_msvc/utime.h + - dl.h + - source_filter: "^contrib/libs/libx264" includes: - inttypes.h: contrib/libs/libx264/extras/inttypes.h |