diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-03-29 11:08:07 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-03-29 11:08:07 +0000 |
commit | 3420cd608b369be387bfc5e65cad34a2bf659561 (patch) | |
tree | c719beb40600c2f77eb15c3723263a12f8595727 | |
parent | cddfcddc190fa3c9953973822c35e3baa71181f0 (diff) | |
download | perl-3420cd608b369be387bfc5e65cad34a2bf659561.tar.gz |
Add i_syspoll to all the pre-canned configs.
p4raw-id: //depot/perl@33597
-rw-r--r-- | Cross/config.sh-arm-linux | 1 | ||||
-rw-r--r-- | NetWare/config.wc | 1 | ||||
-rw-r--r-- | Porting/config.sh | 1 | ||||
-rw-r--r-- | epoc/config.sh | 1 | ||||
-rw-r--r-- | plan9/config_sh.sample | 1 | ||||
-rw-r--r-- | symbian/config.sh | 1 | ||||
-rwxr-xr-x | uconfig.sh | 1 | ||||
-rw-r--r-- | win32/config.bc | 1 | ||||
-rw-r--r-- | win32/config.ce | 1 | ||||
-rw-r--r-- | win32/config.gc | 1 | ||||
-rw-r--r-- | win32/config.vc | 1 | ||||
-rw-r--r-- | win32/config.vc64 | 1 |
12 files changed, 12 insertions, 0 deletions
diff --git a/Cross/config.sh-arm-linux b/Cross/config.sh-arm-linux index ee44d1180c..a790f3e78c 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 092a821eba..5be669c100 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 eb9ab0192a..f6b162f965 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 75d4260091..5a34e9ae7d 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 8907af79f9..f6675c183a 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 59925bf9cb..39dfab2e1a 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 3f9813c701..900cd332a3 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 fb97781087..b5b8d3f661 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 b722e6a141..099ba7a8ca 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 7a3802ea56..6ecbc00b63 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 2c9a6ef2b6..bbd7489be0 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 e9fd377944..797627a905 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' |