You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@apr.apache.org by bu...@apache.org on 2021/05/10 08:29:43 UTC

[Bug 65297] New: Why is there a limited number of 'arch' headers installed

https://bz.apache.org/bugzilla/show_bug.cgi?id=65297

            Bug ID: 65297
           Summary: Why is there a limited number of 'arch' headers
                    installed
           Product: APR
           Version: 1.7.0
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: APR
          Assignee: bugs@apr.apache.org
          Reporter: John.Power@ostiasolutions.com
  Target Milestone: ---

I am running an application under the Apache HTTPD server. I need to use a
number of the features of APR used by httpd, specifically the mutex and condvar
processing. I see the following in CMakeLists.txt. Is there a reason why the
entire 'arch' directory is not installed ?

IF(APR_INSTALL_PRIVATE_H)
  # Kludges for unexpected dependencies of httpd 2.x, not installed by default
  SET(APR_PRIVATE_H_FOR_HTTPD
    include/arch/win32/apr_arch_file_io.h
    include/arch/win32/apr_arch_misc.h
    include/arch/win32/apr_arch_utf8.h
    include/arch/win32/apr_private.h
    )
  INSTALL(FILES ${APR_PRIVATE_H_FOR_HTTPD} DESTINATION include/arch/win32)
  INSTALL(FILES include/arch/apr_private_common.h DESTINATION include/arch)
ENDIF()

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@apr.apache.org
For additional commands, e-mail: bugs-help@apr.apache.org