summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluther <luther@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-12 17:01:46 +0000
committerluther <luther@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-12 17:01:46 +0000
commitfd050abc3693ddf9dc09740d5db7fc940c2aaf45 (patch)
tree6e6026296e0e6df9a45b646183708aa949ae659d
parent91fb88b439ca44a4de1e084a89ca45053dc71419 (diff)
downloadATCD-fd050abc3693ddf9dc09740d5db7fc940c2aaf45.tar.gz
Wed Jul 12 11:51:52 2000 Luther J Baker <luther@cs.wustl.edu>
-rw-r--r--PACE/ChangeLog11
-rw-r--r--PACE/pace/win32/errno.h80
-rw-r--r--PACE/pace/win32/pace_dll.dsp4
-rw-r--r--PACE/pace/win32/pace_lib.dsp4
4 files changed, 98 insertions, 1 deletions
diff --git a/PACE/ChangeLog b/PACE/ChangeLog
index 358541abfcc..e9a5aa8aa6b 100644
--- a/PACE/ChangeLog
+++ b/PACE/ChangeLog
@@ -1,10 +1,19 @@
+Wed Jul 12 11:51:52 2000 Luther J Baker <luther@cs.wustl.edu>
+
+ * pace/win32/errno.h:
+
+ Added to repository.
+ Added to pace_dll.dsp.
+ Added to pace_lib.dsp.
+
Wed Jul 12 11:45:34 2000 David L. Levine <levine@cs.wustl.edu>
* include/makeinclude/rules.commmon.GNU: added OSF1 support.
Wed Jul 12 10:53:01 2000 Luther J Baker <luther@cs.wustl.edu>
- * pace/win32/pace.dsw:
+ * pace/win32/pace_lib.dsp:
+ * pace/win32/pace_dll.dsp:
Added the PACE/pace/*.h files. These currently contain
the interface we need to compile into our code. Maybe
diff --git a/PACE/pace/win32/errno.h b/PACE/pace/win32/errno.h
new file mode 100644
index 00000000000..6557e14f213
--- /dev/null
+++ b/PACE/pace/win32/errno.h
@@ -0,0 +1,80 @@
+/* $Id$
+
+* ============================================================================
+*
+* = LIBRARY
+* pace
+*
+* = FILENAME
+* pace/win32/errno.h
+*
+* = AUTHOR
+* John Heitmann
+*
+* =========================================================================== */
+
+
+#ifndef PACE_ERRNO_H_WIN32
+#define PACE_ERRNO_H_WIN32
+
+#include <errno.h>
+
+#if defined (PACE_HAS_CPLUSPLUS)
+extern "C" {
+#endif /* PACE_HAS_CPLUSPLUS */
+
+#define PACE_E2BIG E2BIG
+#define PACE_EACCES EACCES
+#define PACE_EAGAIN EAGAIN
+#define PACE_EBADF EBADF
+#define PACE_EBADMSG
+#define PACE_EBUSY EBUSY
+#define PACE_ECANCELED ECANCELED
+#define PACE_ECHILD ECHILD
+#define PACE_EDEADLK EDEADLK
+#define PACE_EDOM EDOM
+#define PACE_EEXIST EEXIST
+#define PACE_EFAULT EFAULT
+#define PACE_EFBIG EFBIG
+#define PACE_EINPROGRESS EINPROGRESS
+#define PACE_EINTR EINTR
+#define PACE_EINVAL EINVAL
+#define PACE_EIO EIO
+#define PACE_EISDIR EISDIR
+#define PACE_EMFILE EMFILE
+#define PACE_EMLINK EMLINK
+#define PACE_EMSGSIZE EMSGSIZE
+#define PACE_EENAMETOOLONG ENAMETOOLONG
+#define PACE_ENFILE ENFILE
+#define PACE_ENODEV ENODEV
+#define PACE_ENOENT ENOENT
+#define PACE_ENOEXEC ENOEXEC
+#define PACE_ENOLCK ENOLCK
+#define PACE_ENOMEM ENOMEM
+#define PACE_ENOSPC ENOSPC
+#define PACE_ENOSYS ENOSYS
+#define PACE_ENOTDIR ENOTDIR
+#define PACE_ENOTEMPTY ENOTEMPTY
+#define PACE_ENOTSUP ENOTSUP
+#define PACE_ENOTTY ENOTTY
+#define PACE_ENXIO ENXIO
+#define PACE_EPERM EPERM
+#define PACE_EPIPE EPIPE
+#define PACE_ERANGE ERANGE
+#define PACE_EROFS EROFS
+#define PACE_ESPIPE ESPIPE
+#define PACE_ESRCH ESRCH
+#define PACE_ETIMEDOUT ETIMEDOUT
+#define PACE_EXDEV EXDEV
+
+#define pace_errno errno
+
+# if defined (PACE_HAS_CPLUSPLUS)
+}
+# endif /* PACE_HAS_CPLUSPLUS */
+
+#endif /* PACE_ERRNO_H_WIN32 */
+
+
+
+
diff --git a/PACE/pace/win32/pace_dll.dsp b/PACE/pace/win32/pace_dll.dsp
index 809ca20b6c1..7839c7182e9 100644
--- a/PACE/pace/win32/pace_dll.dsp
+++ b/PACE/pace/win32/pace_dll.dsp
@@ -278,6 +278,10 @@ SOURCE=..\errno.h
# End Source File
# Begin Source File
+SOURCE=.\errno.h
+# End Source File
+# Begin Source File
+
SOURCE=..\fcntl.h
# End Source File
# Begin Source File
diff --git a/PACE/pace/win32/pace_lib.dsp b/PACE/pace/win32/pace_lib.dsp
index 607f88f2b20..b6e238969f7 100644
--- a/PACE/pace/win32/pace_lib.dsp
+++ b/PACE/pace/win32/pace_lib.dsp
@@ -271,6 +271,10 @@ SOURCE=..\errno.h
# End Source File
# Begin Source File
+SOURCE=.\errno.h
+# End Source File
+# Begin Source File
+
SOURCE=..\fcntl.h
# End Source File
# Begin Source File