summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-06-16 03:49:00 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-06-16 03:49:00 +0000
commitacc4c3187f3dd65649642d16187b644d3d467c5f (patch)
tree7d880e5b893901eb1e5e62dd5e23c236f8b42ff2 /m4
parent95aabd49319fbb7201c511bf5b25930500b9b6ba (diff)
downloadATCD-acc4c3187f3dd65649642d16187b644d3d467c5f.tar.gz
ChangeLogTag: Tue Jun 15 20:27:06 2004 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'm4')
-rw-r--r--m4/config_h.m45
1 files changed, 5 insertions, 0 deletions
diff --git a/m4/config_h.m4 b/m4/config_h.m4
index 3b85f8d786e..81e92602ceb 100644
--- a/m4/config_h.m4
+++ b/m4/config_h.m4
@@ -782,6 +782,8 @@ AH_TEMPLATE([ACE_HAS_STREAMS],[Platform supports STREAMS])
AH_TEMPLATE([ACE_HAS_STREAM_PIPES],[Platform supports STREAM pipes])
+AH_TEMPLATE([ACE_LACKS_STROPTS_H],[Platform lacks stropts.h])
+
AH_TEMPLATE([ACE_HAS_STRERROR],[Compiler/platform supports strerror()])
AH_TEMPLATE([ACE_HAS_STRING_CLASS],
@@ -989,6 +991,9 @@ AH_TEMPLATE([ACE_LACKS_FLOATING_POINT],
AH_TEMPLATE([ACE_LACKS_FORK],
[Platform lacks the fork() system call (e.g., Win32, VxWorks, Chorus)])
+AH_TEMPLATE([ACE_LACKS_GETHOSTENT],
+[Platform lacks gethostent()])
+
AH_TEMPLATE([ACE_LACKS_GETOPT_PROTO],
[Platform lacks the getopt() prototype (e.g., LynxOS)])