]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Win32:
authorJeff Trawick <trawick@apache.org>
Fri, 28 Apr 2000 18:25:02 +0000 (18:25 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 28 Apr 2000 18:25:02 +0000 (18:25 +0000)
commit6bb2ecf9c8a64f8a91a7617625b7f20c0dd6791d
tree82f356b866c82a8d5fb80c1ea042a76ddc032e14
parent9e9da6ede9140c56962c3a55ca338585ca65ea3c
Win32:
  install ab.exe
  fix dependency in Apache.dsw (ab is dependent on aprlib and ap)
  fix ab and htdigest projects so that they find all header files
  define ap_signal() in apr.hw - this is o.k. for casual use as with
    cmd-line programs
  use API_VAR_EXPORT as appropriate in getopt.c
general:
  ab doesn't need to declare ap_optarg/ap_optind; fix a warning
  htdigest needs to call ap_initialize() to avoid segfault at
    startup

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85080 13f79535-47bb-0310-9956-ffa450edef68
Apache.dsw
Makefile.win
support/ab.c
support/ab.dsp
support/htdigest.c
support/htdigest.dsp