summaryrefslogtreecommitdiff
path: root/libs/libevent/include/evconfig-private.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2016-03-23 10:06:12 +0000
committerKirill Volinsky <mataes2007@gmail.com>2016-03-23 10:06:12 +0000
commit04f670ac098e07fe1cf5770d0d77e77f3b756a6b (patch)
treea26cb7ca4da13bbb2312a92c078df2e338d44145 /libs/libevent/include/evconfig-private.h
parent7e8aa70c724e6b72817cba090b7b178fd7f86341 (diff)
libevent moved to libs folder
telegram not compiled yet git-svn-id: http://svn.miranda-ng.org/main/trunk@16524 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'libs/libevent/include/evconfig-private.h')
-rw-r--r--libs/libevent/include/evconfig-private.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/libs/libevent/include/evconfig-private.h b/libs/libevent/include/evconfig-private.h
new file mode 100644
index 0000000000..5eff5500f5
--- /dev/null
+++ b/libs/libevent/include/evconfig-private.h
@@ -0,0 +1,35 @@
+
+#ifndef EVCONFIG_PRIVATE_H_INCLUDED_
+#define EVCONFIG_PRIVATE_H_INCLUDED_
+
+/* Enable extensions on AIX 3, Interix. */
+/* #undef _ALL_SOURCE */
+
+/* Enable GNU extensions on systems that have them. */
+/* #undef _GNU_SOURCE */
+
+/* Enable threading extensions on Solaris. */
+/* #undef _POSIX_PTHREAD_SEMANTICS */
+
+/* Enable extensions on HP NonStop. */
+/* #undef _TANDEM_SOURCE */
+
+/* Enable general extensions on Solaris. */
+/* #undef __EXTENSIONS__ */
+
+/* Number of bits in a file offset, on hosts where this is settable. */
+/* #undef _FILE_OFFSET_BITS */
+/* Define for large files, on AIX-style hosts. */
+/* #undef _LARGE_FILES */
+
+/* Define to 1 if on MINIX. */
+/* #undef _MINIX */
+
+/* Define to 2 if the system does not provide POSIX.1 features except with
+ this defined. */
+/* #undef _POSIX_1_SOURCE */
+
+/* Define to 1 if you need to in order for `stat' and other things to work. */
+/* #undef _POSIX_SOURCE */
+
+#endif