1. 01 Dec, 2000 1 commit
    • Ryan Bloom's avatar
      Get Apache to use the new generated exports list. This works on my · c18a3c9e
      Ryan Bloom authored
      Linux machine, but I am pretty sure there are going to be problems for
      others.  The idea here, is to be able to generate a list of the exported
      functions from APR.  This list needs to be correct, we can not list
      functions that are not exported on the platform being built on.  To
      accomplish this, we generate a list of the exported symbols when we
      configure APR.  As a part of this list, we also include all of the
      #if macros that surround those symbols.  Apache then uses this list
      of functions and macros to generate a file that refers to each of those
      symbols.  Because we have the macros, when we compile this file, the
      compiler ignores any symbols that aren't valid on this platform.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87142 13f79535-47bb-0310-9956-ffa450edef68
      c18a3c9e
  2. 30 Nov, 2000 4 commits
  3. 29 Nov, 2000 22 commits
  4. 28 Nov, 2000 13 commits