diff options
Diffstat (limited to 'libs/libevent/include/evconfig-private.h')
-rw-r--r-- | libs/libevent/include/evconfig-private.h | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/libs/libevent/include/evconfig-private.h b/libs/libevent/include/evconfig-private.h deleted file mode 100644 index 5eff5500f5..0000000000 --- a/libs/libevent/include/evconfig-private.h +++ /dev/null @@ -1,35 +0,0 @@ -
-#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
|