summaryrefslogtreecommitdiff
path: root/plugins/MirOTR/libgcrypt-1.4.6/inc
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-06-19 22:15:58 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-06-19 22:15:58 +0000
commit77d2929512ff62e421e9bfee659cc86973fc7df7 (patch)
treeeaeaee2b6f7ef7498cc5aa12b340b11cb125638b /plugins/MirOTR/libgcrypt-1.4.6/inc
parent665935b0f99a4b9585f9afe9c9730931a3c94f85 (diff)
files structure reorganization
git-svn-id: http://svn.miranda-ng.org/main/trunk@492 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirOTR/libgcrypt-1.4.6/inc')
-rw-r--r--plugins/MirOTR/libgcrypt-1.4.6/inc/pwd.h0
-rw-r--r--plugins/MirOTR/libgcrypt-1.4.6/inc/sys/errno.h0
-rw-r--r--plugins/MirOTR/libgcrypt-1.4.6/inc/sys/ipc.h0
-rw-r--r--plugins/MirOTR/libgcrypt-1.4.6/inc/sys/socket.h0
-rw-r--r--plugins/MirOTR/libgcrypt-1.4.6/inc/sys/time.h2
-rw-r--r--plugins/MirOTR/libgcrypt-1.4.6/inc/sys/types.h49
-rw-r--r--plugins/MirOTR/libgcrypt-1.4.6/inc/sys/un.h0
-rw-r--r--plugins/MirOTR/libgcrypt-1.4.6/inc/sys/wait.h0
-rw-r--r--plugins/MirOTR/libgcrypt-1.4.6/inc/unistd.h48
9 files changed, 99 insertions, 0 deletions
diff --git a/plugins/MirOTR/libgcrypt-1.4.6/inc/pwd.h b/plugins/MirOTR/libgcrypt-1.4.6/inc/pwd.h
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/plugins/MirOTR/libgcrypt-1.4.6/inc/pwd.h
diff --git a/plugins/MirOTR/libgcrypt-1.4.6/inc/sys/errno.h b/plugins/MirOTR/libgcrypt-1.4.6/inc/sys/errno.h
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/plugins/MirOTR/libgcrypt-1.4.6/inc/sys/errno.h
diff --git a/plugins/MirOTR/libgcrypt-1.4.6/inc/sys/ipc.h b/plugins/MirOTR/libgcrypt-1.4.6/inc/sys/ipc.h
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/plugins/MirOTR/libgcrypt-1.4.6/inc/sys/ipc.h
diff --git a/plugins/MirOTR/libgcrypt-1.4.6/inc/sys/socket.h b/plugins/MirOTR/libgcrypt-1.4.6/inc/sys/socket.h
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/plugins/MirOTR/libgcrypt-1.4.6/inc/sys/socket.h
diff --git a/plugins/MirOTR/libgcrypt-1.4.6/inc/sys/time.h b/plugins/MirOTR/libgcrypt-1.4.6/inc/sys/time.h
new file mode 100644
index 0000000000..038cf1f387
--- /dev/null
+++ b/plugins/MirOTR/libgcrypt-1.4.6/inc/sys/time.h
@@ -0,0 +1,2 @@
+
+#include <time.h> \ No newline at end of file
diff --git a/plugins/MirOTR/libgcrypt-1.4.6/inc/sys/types.h b/plugins/MirOTR/libgcrypt-1.4.6/inc/sys/types.h
new file mode 100644
index 0000000000..5a3e51c4a9
--- /dev/null
+++ b/plugins/MirOTR/libgcrypt-1.4.6/inc/sys/types.h
@@ -0,0 +1,49 @@
+
+#pragma once
+
+#include "..\unistd.h"
+
+
+#ifndef _TIME_T_DEFINED
+typedef long time_t;
+#define _TIME_T_DEFINED
+#endif
+
+
+#ifndef _INO_T_DEFINED
+
+typedef unsigned short _ino_t; /* i-node number (not used on DOS) */
+
+#if !__STDC__
+/* Non-ANSI name for compatibility */
+typedef unsigned short ino_t;
+#endif
+
+#define _INO_T_DEFINED
+#endif
+
+
+#ifndef _DEV_T_DEFINED
+
+typedef unsigned int _dev_t; /* device code */
+
+#if !__STDC__
+/* Non-ANSI name for compatibility */
+typedef unsigned int dev_t;
+#endif
+
+#define _DEV_T_DEFINED
+#endif
+
+
+#ifndef _OFF_T_DEFINED
+
+typedef long _off_t; /* file offset value */
+
+#if !__STDC__
+/* Non-ANSI name for compatibility */
+typedef long off_t;
+#endif
+
+#define _OFF_T_DEFINED
+#endif
diff --git a/plugins/MirOTR/libgcrypt-1.4.6/inc/sys/un.h b/plugins/MirOTR/libgcrypt-1.4.6/inc/sys/un.h
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/plugins/MirOTR/libgcrypt-1.4.6/inc/sys/un.h
diff --git a/plugins/MirOTR/libgcrypt-1.4.6/inc/sys/wait.h b/plugins/MirOTR/libgcrypt-1.4.6/inc/sys/wait.h
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/plugins/MirOTR/libgcrypt-1.4.6/inc/sys/wait.h
diff --git a/plugins/MirOTR/libgcrypt-1.4.6/inc/unistd.h b/plugins/MirOTR/libgcrypt-1.4.6/inc/unistd.h
new file mode 100644
index 0000000000..c16a44c798
--- /dev/null
+++ b/plugins/MirOTR/libgcrypt-1.4.6/inc/unistd.h
@@ -0,0 +1,48 @@
+
+#pragma once
+
+#include <basetsd.h>
+#include <stddef.h>
+#include <errno.h>
+
+#ifndef S_IWUSR
+#define S_IWUSR _S_IWRITE
+#endif
+
+#ifndef S_IRUSR
+#define S_IRUSR _S_IREAD
+#endif
+
+#ifndef S_ISREG
+#define S_ISREG(A) (1)
+#endif
+
+#ifndef _SIZE_T_DEFINED
+typedef unsigned int size_t;
+#define _SIZE_T_DEFINED
+#endif
+
+#ifndef _SSIZE_T_DEFINED
+typedef signed int ssize_t;
+#define _SSIZE_T_DEFINED
+#endif
+
+#ifndef _PID_T_DEFINED
+typedef int pid_t;
+#define _PID_T_DEFINED
+#endif
+
+#ifndef offsetof
+#define offsetof(type, member) ((size_t) &((type *)0)->member)
+#endif
+
+/* Define to `int' if unavailable. */
+#ifndef socklen_t
+//#define socklen_t int
+#endif
+
+// !s0rr0w!
+#define SIZEOF_UINT64_T 8
+#define UINT64_C(C) (C)
+typedef unsigned __int64 uint64_t;
+