summaryrefslogtreecommitdiff
path: root/TSRM/tsrm_config_common.h
diff options
context:
space:
mode:
authorAnantha Kesari H Y <hyanantha@php.net>2002-12-19 11:12:04 +0000
committerAnantha Kesari H Y <hyanantha@php.net>2002-12-19 11:12:04 +0000
commite46b0bfa79db3c60d8cf284e9fce5dba8774dd4b (patch)
tree4038bc353092c31b31c8c7bdf2b9e467787fbabc /TSRM/tsrm_config_common.h
parent2fc8358e3a5e91b5142d479108d6b0b98ad45479 (diff)
downloadphp-git-e46b0bfa79db3c60d8cf284e9fce5dba8774dd4b.tar.gz
Netware related changes/modifications.
Diffstat (limited to 'TSRM/tsrm_config_common.h')
-rw-r--r--TSRM/tsrm_config_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/TSRM/tsrm_config_common.h b/TSRM/tsrm_config_common.h
index 8dbb93fe89..0cc0e6c5a1 100644
--- a/TSRM/tsrm_config_common.h
+++ b/TSRM/tsrm_config_common.h
@@ -25,7 +25,9 @@
#pragma alloca
# else
# ifndef alloca /* predefined by HP cc +Olibcalls */
+# ifndef NETWARE
char *alloca ();
+# endif
# endif
# endif
# endif