summaryrefslogtreecommitdiff
path: root/PACE/pace/config/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'PACE/pace/config/config.h')
-rw-r--r--PACE/pace/config/config.h45
1 files changed, 0 insertions, 45 deletions
diff --git a/PACE/pace/config/config.h b/PACE/pace/config/config.h
deleted file mode 100644
index 095e757739e..00000000000
--- a/PACE/pace/config/config.h
+++ /dev/null
@@ -1,45 +0,0 @@
-/* $Id$
-
- * ============================================================================
- *
- * = LIBRARY
- * pace
- *
- * = FILENAME
- * config.h
- *
- * = AUTHOR
- * Luther Baker
- *
- * ============================================================================ */
-
-
-#ifndef PACE_CONFIG_CONFIG_H
-#define PACE_CONFIG_CONFIG_H
-
-# define PACE_HAS_INLINE
-
-# if defined __EXTENSIONS__
-# define PACE_EXTENSIONS __EXTENSIONS__
-# endif
-
-# if defined _REENTRANT
-/* deprecated */
-# define PACE_HAS_REENTRANT
-/* current */
-# define PACE_REENTRANT _REENTRANT
-# endif
-
-# if defined _POSIX_PTHREAD_SEMANTICS
-/* deprecated */
-# define PACE_HAS_POSIX_PTHREAD_SEMANTICS _POSIX_PTHREAD_SEMANTICS
-/* current */
-# define PACE_POSIX_PTHREAD_SEMANTICS _POSIX_PTHREAD_SEMANTICS
-# endif
-
-/* OS/PACE_mqueue.h */
-# define PACE_HAS_RT
-
-#endif /* PACE_CONFIG_CONFIG_H */
-
-