Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 133563
Collapse All | Expand All

(-)mod_fastcgi-2.4.2/fcgi.h (+30 lines)
Lines 73-78 Link Here
73
#define ap_reset_timeout(a)
73
#define ap_reset_timeout(a)
74
#define ap_unblock_alarms()
74
#define ap_unblock_alarms()
75
75
76
/* starting with apache 2.2 the backward-compatibility defines for
77
 * 1.3 APIs are not available anymore. Define them ourselves here.
78
 */
79
#ifndef ap_copy_table
80
81
#define ap_copy_table apr_table_copy
82
#define ap_cpystrn apr_cpystrn
83
#define ap_destroy_pool apr_pool_destroy
84
#define ap_isspace apr_isspace
85
#define ap_make_array apr_array_make
86
#define ap_make_table apr_table_make
87
#define ap_null_cleanup apr_pool_cleanup_null 
88
#define ap_palloc apr_palloc
89
#define ap_pcalloc apr_pcalloc
90
#define ap_psprintf apr_psprintf
91
#define ap_pstrcat apr_pstrcat
92
#define ap_pstrdup apr_pstrdup
93
#define ap_pstrndup apr_pstrndup
94
#define ap_push_array apr_array_push
95
#define ap_register_cleanup apr_pool_cleanup_register
96
#define ap_snprintf apr_snprintf
97
#define ap_table_add apr_table_add
98
#define ap_table_do apr_table_do
99
#define ap_table_get apr_table_get
100
#define ap_table_set apr_table_set
101
#define ap_table_setn apr_table_setn
102
#define ap_table_unset apr_table_unset
103
104
#endif /* defined(ap_copy_table) */
105
76
#if (defined(HAVE_WRITEV) && !HAVE_WRITEV && !defined(NO_WRITEV)) || defined WIN32
106
#if (defined(HAVE_WRITEV) && !HAVE_WRITEV && !defined(NO_WRITEV)) || defined WIN32
77
#define NO_WRITEV
107
#define NO_WRITEV
78
#endif
108
#endif
(-)mod_fastcgi-2.4.2/Makefile.AP2 (-2 lines)
Lines 20-27 Link Here
20
20
21
all: local-shared-build
21
all: local-shared-build
22
22
23
install: install-modules
24
25
clean:
23
clean:
26
	-rm -f *.o *.lo *.slo *.la 
24
	-rm -f *.o *.lo *.slo *.la 

Return to bug 133563