summaryrefslogtreecommitdiff
path: root/ace/config-g++-common.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-15 18:34:40 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-15 18:34:40 +0000
commitde247219807e71244df1b190e85fa718fda9e0fd (patch)
treee379cdcea2e01b11fda4c7759dc25788bfa15147 /ace/config-g++-common.h
parent2d12e7fed377c1ca5bdf0ebb69883ba222a305ca (diff)
downloadATCD-de247219807e71244df1b190e85fa718fda9e0fd.tar.gz
Deprecated ACE_LACKS_GETS and ACE_OS::gets (void).
Diffstat (limited to 'ace/config-g++-common.h')
-rw-r--r--ace/config-g++-common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ace/config-g++-common.h b/ace/config-g++-common.h
index e2745ff21e2..b5164fee3f9 100644
--- a/ace/config-g++-common.h
+++ b/ace/config-g++-common.h
@@ -19,7 +19,6 @@
# define ACE_HAS_TEMPLATE_TYPEDEFS
# define ACE_HAS_TYPENAME_KEYWORD
// It has gets (), but warns about using it (on Linux) at link time.
-# define ACE_LACKS_GETS
# else
// Let's find out
@@ -28,7 +27,6 @@
# define ACE_HAS_STDCPP_STL_INCLUDES
# define ACE_HAS_TEMPLATE_TYPEDEFS
# define ACE_HAS_TYPENAME_KEYWORD
-# define ACE_LACKS_GETS
# endif /* __GNUC__ >= 2.90 */