summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-15 12:42:06 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-15 12:42:06 +0000
commit7415d78def7637ae10bb96d4467cb8770e1542a0 (patch)
tree8db42803fa84c6e90749e729ccc9414d132e722e /ace
parentff5e764c65c44cf73c1c2fb211cef3357f63edb1 (diff)
downloadATCD-7415d78def7637ae10bb96d4467cb8770e1542a0.tar.gz
ChangeLogTag: Thu Jul 15 07:33:30 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'ace')
-rw-r--r--ace/config-osf1.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/ace/config-osf1.h b/ace/config-osf1.h
deleted file mode 100644
index 635e2775798..00000000000
--- a/ace/config-osf1.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/* -*- C++ -*- */
-// $Id$
-
-// The following configuration file is designed to work for the
-// Digital UNIX V4.0a and later platforms. It relies on
-// config-osf1-4.0.h, and adds deltas for newer platforms.
-
-#ifndef ACE_CONFIG_TRU64_H
-#define ACE_CONFIG_TRU64_H
-
-#if defined (DIGITAL_UNIX)
-# include "ace/config-osf1-4.0.h"
-# if DIGITAL_UNIX >= 0x40F
-# define _LIBC_POLLUTION_H_
-# define ACE_LACKS_SYSTIME_H
-# endif /* DIGITAL_UNIX >= 0x40F */
-#else /* ! DIGITAL_UNIX */
-# include "ace/config-osf1-3.2.h"
-#endif /* ! DIGITAL_UNIX */
-
-#endif /* ACE_CONFIG_TRU64_H */