summaryrefslogtreecommitdiff
path: root/PACE/pace/config
diff options
context:
space:
mode:
authorluther <luther@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-06-01 22:26:07 +0000
committerluther <luther@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-06-01 22:26:07 +0000
commit6ae5da91fa90b3145df56912989e9994fb34de92 (patch)
tree3f73382cd202098576583bc441502cafbfb119fc /PACE/pace/config
parent17929cd644abda2efc842eb7a224da347dedfc9a (diff)
downloadATCD-6ae5da91fa90b3145df56912989e9994fb34de92.tar.gz
Thu Jun 1 17:18:17 2000 Luther J Baker <luther@cs.wustl.edu>
Diffstat (limited to 'PACE/pace/config')
-rw-r--r--PACE/pace/config/config.h10
-rw-r--r--PACE/pace/config/config_sunos_5.7.h48
2 files changed, 9 insertions, 49 deletions
diff --git a/PACE/pace/config/config.h b/PACE/pace/config/config.h
index bd5632896a0..a180e0d8a03 100644
--- a/PACE/pace/config/config.h
+++ b/PACE/pace/config/config.h
@@ -18,9 +18,17 @@
#ifndef PACE_CONFIG_CONFIG_H
#define PACE_CONFIG_CONFIG_H
+# if defined __EXTENSIONS__
+# define PACE_EXTENSIONS
-#include "pace/config/config_sunos_5.7.h"
+# if defined _REENTRANT
+# define PACE_HAS_REENTRANT
+# if defined _POSIX_PTHREAD_SEMANTICS
+# define PACE_HAS_POSIX_PTHREAD_SEMANTICS
+
+/* OS/PACE_mqueue.h */
+# define PACE_HAS_RT
#endif /* PACE_CONFIG_CONFIG_H */
diff --git a/PACE/pace/config/config_sunos_5.7.h b/PACE/pace/config/config_sunos_5.7.h
deleted file mode 100644
index fd8c1be2754..00000000000
--- a/PACE/pace/config/config_sunos_5.7.h
+++ /dev/null
@@ -1,48 +0,0 @@
-/*
- * $Id$
-
- * ============================================================================
- *
- * = LIBRARY
- * pace (posix ace)
- *
- * = FILENAME
- * PACE_CONFIG_SUNOS_5.7.h
- *
- * = AUTHOR
- * Luther Baker
- *
- * ============================================================================ */
-
-
-#ifndef CONFIG_PACE_CONFIG_SUNOS_5_7_H
-#define CONFIG_PACE_CONFIG_SUNOS_5_7_H
-
-
-# define __EXTENSIONS__
-# define PACE_EXTENSIONS
-
-# define _REENTRANT
-# define PACE_HAS_REENTRANT
-
-# define _POSIX_PTHREAD_SEMANTICS
-# define PACE_HAS_POSIX_PTHREAD_SEMANTICS
-
-/* OS/PACE_mqueue.h */
-# define PACE_HAS_RT
-
-/* No wchar_t support. */
-# if defined PACE_HAS_WCHAR
-# undef PACE_HAS_WCHAR
-# endif /* No wchar_t support. */
-
-/* Sun has no wchar_t support. */
-# if defined PACE_USES_WCHAR
-# undef PACE_USES_WCHAR
-# endif /* No wchar_t support. */
-
-/* !PACE_HAS_SIN_LEN */
-/* # define PACE_HAS_SIN_LEN */
-
-
-#endif /* CONFIG_PACE_CONFIG_SUNOS_5_7_H */