From 3420cd608b369be387bfc5e65cad34a2bf659561 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Sat, 29 Mar 2008 11:08:07 +0000 Subject: [PATCH] Add i_syspoll to all the pre-canned configs. p4raw-id: //depot/perl@33597 --- Cross/config.sh-arm-linux | 1 + NetWare/config.wc | 1 + Porting/config.sh | 1 + epoc/config.sh | 1 + plan9/config_sh.sample | 1 + symbian/config.sh | 1 + uconfig.sh | 1 + win32/config.bc | 1 + win32/config.ce | 1 + win32/config.gc | 1 + win32/config.vc | 1 + win32/config.vc64 | 1 + 12 files changed, 12 insertions(+) diff --git a/Cross/config.sh-arm-linux b/Cross/config.sh-arm-linux index ee44d11..a790f3e 100644 --- a/Cross/config.sh-arm-linux +++ b/Cross/config.sh-arm-linux @@ -668,6 +668,7 @@ i_sysmode='undef' i_sysmount='define' i_sysndir='undef' i_sysparam='define' +i_syspoll='undef' i_sysresrc='define' i_syssecrt='undef' i_sysselct='define' diff --git a/NetWare/config.wc b/NetWare/config.wc index 092a821..5be669c 100644 --- a/NetWare/config.wc +++ b/NetWare/config.wc @@ -651,6 +651,7 @@ i_sysmode='undef' i_sysmount='undef' i_sysndir='undef' i_sysparam='undef' +i_syspoll='undef' i_sysresrc='undef' i_syssecrt='undef' i_sysselct='undef' diff --git a/Porting/config.sh b/Porting/config.sh index eb9ab01..f6b162f 100644 --- a/Porting/config.sh +++ b/Porting/config.sh @@ -680,6 +680,7 @@ i_sysmman='define' i_sysmode='undef' i_sysmount='define' i_sysndir='undef' +i_syspoll='define' i_sysparam='define' i_sysresrc='define' i_syssecrt='undef' diff --git a/epoc/config.sh b/epoc/config.sh index 75d4260..5a34e9a 100644 --- a/epoc/config.sh +++ b/epoc/config.sh @@ -612,6 +612,7 @@ i_sysmman='undef' i_sysmount='undef' i_sysndir='undef' i_sysparam='define' +i_syspoll='undef' i_sysresrc='define' i_syssecrt='undef' i_sysselct='undef' diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample index 8907af7..f6675c1 100644 --- a/plan9/config_sh.sample +++ b/plan9/config_sh.sample @@ -662,6 +662,7 @@ i_sysmode='undef' i_sysmount='undef' i_sysndir='undef' i_sysparam='define' +i_syspoll='undef' i_sysresrc='define' i_syssecrt='undef' i_sysselct='define' diff --git a/symbian/config.sh b/symbian/config.sh index 59925bf..39dfab2 100644 --- a/symbian/config.sh +++ b/symbian/config.sh @@ -589,6 +589,7 @@ i_sysmode='undef' i_sysmount='undef' i_sysndir='undef' i_sysparam='undef' +i_syspoll='undef' i_sysresrc='undef' i_syssecrt='undef' i_sysselct='undef' diff --git a/uconfig.sh b/uconfig.sh index 3f9813c..900cd33 100755 --- a/uconfig.sh +++ b/uconfig.sh @@ -576,6 +576,7 @@ i_sysmode='undef' i_sysmount='undef' i_sysndir='undef' i_sysparam='undef' +i_syspoll='undef' i_sysresrc='undef' i_syssecrt='undef' i_sysselct='undef' diff --git a/win32/config.bc b/win32/config.bc index fb97781..b5b8d3f 100644 --- a/win32/config.bc +++ b/win32/config.bc @@ -656,6 +656,7 @@ i_sysmode='undef' i_sysmount='undef' i_sysndir='undef' i_sysparam='undef' +i_syspoll='undef' i_sysresrc='undef' i_syssecrt='undef' i_sysselct='undef' diff --git a/win32/config.ce b/win32/config.ce index b722e6a..099ba7a 100644 --- a/win32/config.ce +++ b/win32/config.ce @@ -649,6 +649,7 @@ i_sysmode='undef' i_sysmount='undef' i_sysndir='undef' i_sysparam='undef' +i_syspoll='undef' i_sysresrc='undef' i_syssecrt='undef' i_sysselct='undef' diff --git a/win32/config.gc b/win32/config.gc index 7a3802e..6ecbc00 100644 --- a/win32/config.gc +++ b/win32/config.gc @@ -656,6 +656,7 @@ i_sysmode='undef' i_sysmount='undef' i_sysndir='undef' i_sysparam='undef' +i_syspoll='undef' i_sysresrc='undef' i_syssecrt='undef' i_sysselct='undef' diff --git a/win32/config.vc b/win32/config.vc index 2c9a6ef..bbd7489 100644 --- a/win32/config.vc +++ b/win32/config.vc @@ -656,6 +656,7 @@ i_sysmode='undef' i_sysmount='undef' i_sysndir='undef' i_sysparam='undef' +i_syspoll='undef' i_sysresrc='undef' i_syssecrt='undef' i_sysselct='undef' diff --git a/win32/config.vc64 b/win32/config.vc64 index e9fd377..797627a 100644 --- a/win32/config.vc64 +++ b/win32/config.vc64 @@ -656,6 +656,7 @@ i_sysmode='undef' i_sysmount='undef' i_sysndir='undef' i_sysparam='undef' +i_syspoll='undef' i_sysresrc='undef' i_syssecrt='undef' i_sysselct='undef' -- 2.7.4