diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-01-23 13:08:02 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-01-23 13:08:02 +0100 |
commit | 90c5288fef22004d6e4d441b3ae10b9cd1836103 (patch) | |
tree | 14d4a0e5588e0a04ec4cca52805599ed4abb27fe /config | |
parent | 3624078103303adf0b934734d95a1ed9eb7bfefd (diff) | |
download | uxp-90c5288fef22004d6e4d441b3ae10b9cd1836103.tar.gz |
Issue #1342 - Remove support for system libevent
Diffstat (limited to 'config')
-rw-r--r-- | config/Makefile.in | 1 | ||||
-rw-r--r-- | config/system-headers | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/config/Makefile.in b/config/Makefile.in index 10807cfb96..1512520e4c 100644 --- a/config/Makefile.in +++ b/config/Makefile.in @@ -46,7 +46,6 @@ export:: $(export-preqs) -DMOZ_SYSTEM_ZLIB=$(MOZ_SYSTEM_ZLIB) \ -DMOZ_SYSTEM_PNG=$(MOZ_SYSTEM_PNG) \ -DMOZ_SYSTEM_JPEG=$(MOZ_SYSTEM_JPEG) \ - -DMOZ_SYSTEM_LIBEVENT=$(MOZ_SYSTEM_LIBEVENT) \ -DMOZ_SYSTEM_LIBVPX=$(MOZ_SYSTEM_LIBVPX) \ -DMOZ_SYSTEM_ICU=$(MOZ_SYSTEM_ICU) \ $(srcdir)/system-headers $(srcdir)/stl-headers | $(PERL) $(topsrcdir)/nsprpub/config/make-system-wrappers.pl system_wrappers diff --git a/config/system-headers b/config/system-headers index b10324f0fb..29eef32105 100644 --- a/config/system-headers +++ b/config/system-headers @@ -1276,11 +1276,7 @@ bzlib.h #ifdef MOZ_ENABLE_GIO gio/gio.h #endif -#if MOZ_SYSTEM_LIBEVENT==1 -event.h -#else sys/event.h -#endif #ifdef MOZ_ENABLE_LIBPROXY proxy.h #endif |