/[smecontribs]/rpms/libevhtp/contribs9/libevhtp-1.2.11-internal-header-files-path.patch
ViewVC logotype

Annotation of /rpms/libevhtp/contribs9/libevhtp-1.2.11-internal-header-files-path.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Tue Feb 20 02:29:57 2018 UTC (6 years, 3 months ago) by jpp
Branch: MAIN
CVS Tags: libevhtp-1_2_11n-3_el6_sme, libevhtp-1_2_11n-4_el6_sme, HEAD
*** empty log message ***

1 jpp 1.1 diff -Nru a/evhtp.h b/evhtp.h
2     --- a/evhtp.h 2015-11-26 23:03:52.000000000 +0100
3     +++ b/evhtp.h 2016-05-07 19:33:18.388199713 +0200
4     @@ -1,17 +1,17 @@
5     -#include <evhtp-config.h>
6     +#include "evhtp-config.h"
7    
8     #ifndef __EVHTP__H__
9     #define __EVHTP__H__
10    
11     /** @file */
12     #ifndef EVHTP_DISABLE_EVTHR
13     -#include <evthr.h>
14     +#include "evthr.h"
15     #endif
16    
17     -#include <htparse.h>
18     +#include "htparse.h"
19    
20     #ifndef EVHTP_DISABLE_REGEX
21     -#include <onigposix.h>
22     +#include "onigposix.h"
23     #endif
24    
25     #include <sys/queue.h>
26     diff -Nru a/evthr.h b/evthr.h
27     --- a/evthr.h 2015-11-26 23:03:52.000000000 +0100
28     +++ b/evthr.h 2016-05-07 19:33:30.290230883 +0200
29     @@ -6,7 +6,7 @@
30    
31     #include <pthread.h>
32     #include <event2/event.h>
33     -#include <evhtp-config.h>
34     +#include "evhtp-config.h"
35    
36     #ifdef __cplusplus
37     extern "C" {

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed