Skip to content

Commit 474632a

Browse files
author
Ivan Zhakov
committed
Remove reference to apr.hnw and apr.hw from comments in apr.h.in and apr.hwc.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1934273 13f79535-47bb-0310-9956-ffa450edef68
1 parent c83d37b commit 474632a

2 files changed

Lines changed: 5 additions & 18 deletions

File tree

include/apr.h.in

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,14 @@
2222
*
2323
* You must modify apr.h.in instead.
2424
*
25-
* And please, make an effort to stub apr.hw and apr.hnw in the process.
25+
* And please, make an effort to stub apr.hwc in the process.
2626
*/
2727

2828
/**
2929
* @file apr.h
3030
* @brief APR Platform Definitions
3131
* @remark This is a generated header generated from include/apr.h.in by
32-
* ./configure, or copied from include/apr.hw or include/apr.hnw
33-
* for Win32 or Netware by those build environments, respectively.
32+
* ./configure.
3433
*/
3534

3635
/**

include/apr.hwc

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,14 @@
2222
*
2323
* You must modify apr.hwc instead.
2424
*
25-
* And please, make an effort to stub apr.hnw and apr.h.in in the process.
26-
*
27-
* This is the Win32 specific version of apr.h. It is copied from
28-
* apr.hw by the apr.dsp and libapr.dsp projects.
25+
* And please, make an effort to stub apr.h.in in the process.
2926
*/
3027

3128
/**
3229
* @file apr.h
3330
* @brief APR Platform Definitions
34-
* @remark This is a generated header generated from include/apr.h.in by
35-
* ./configure, or copied from include/apr.hw or include/apr.hnw
36-
* for Win32 or Netware by those build environments, respectively.
31+
* @remark This is a generated header generated from include/apr.hwc by
32+
* CMake.
3733
*/
3834

3935
/* Make sure we have our platform identifier macro defined we ask for later.
@@ -63,14 +59,6 @@
6359
#pragma warning(disable: 4100 4127 4163 4201 4514; once: 4057 4075 4244)
6460
#endif
6561

66-
/**
67-
* @file apr.h
68-
* @brief APR Platform Definitions
69-
* @remark This is a generated header generated from include/apr.h.in by
70-
* ./configure, or copied from include/apr.hw or include/apr.hnw
71-
* for Win32 or Netware by those build environments, respectively.
72-
*/
73-
7462
/**
7563
* @defgroup APR Apache Portability Runtime library
7664
* @{

0 commit comments

Comments
 (0)