make_exports.awk didn't handle AP_CORE_DECLARE and it didn't look in
modules/http/*.h
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92548
13f79535-47bb-0310-9956-
ffa450edef68
}
}
-/^[ \t]*AP[RU]?_DECLARE[^(]*[(][^)]*[)]([^ ]* )*[^(]+[(]/ {
- sub("[ \t]*AP[RU]?_DECLARE[^(]*[(][^)]*[)][ \t]*", "")
+/^[ \t]*AP[RU]?_(CORE_)?DECLARE[^(]*[(][^)]*[)]([^ ]* )*[^(]+[(]/ {
+ sub("[ \t]*AP[RU]?_(CORE_)?DECLARE[^(]*[(][^)]*[)][ \t]*", "")
sub("[(].*", "")
sub("([^ ]* (^([ \t]*[(])))+", "")
EXPORT_FILES = $(top_srcdir)/include/*.h \
$(top_srcdir)/os/$(OS_DIR)/*.h \
$(top_srcdir)/srclib/apr/include/*.h \
- $(top_srcdir)/srclib/apr-util/include/*.h
+ $(top_srcdir)/srclib/apr-util/include/*.h \
+ $(top_srcdir)/modules/http/*.h
delete-exports:
@if test -f exports.c; then \