dgaudet 98/07/08 17:04:57
Modified: src/regex mkh regex2.h
src/include hsregex.h
Log:
at least I'm not the only one that was confused by this
Revision Changes Path
1.3 +2 -0 apache-1.3/src/regex/mkh
Index: mkh
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/regex/mkh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mkh 1997/11/05 12:48:25 1.2
+++ mkh 1998/07/09 00:04:56 1.3
@@ -48,6 +48,8 @@
esac
done
+echo "/* DON'T EVEN THINK ABOUT EDITING THIS, go see regex/Makefile,"
+echo " * search for mkh */"
if test " $ifndef" != " "
then
echo "#ifndef $ifndef"
1.6 +2 -0 apache-1.3/src/regex/regex2.h
Index: regex2.h
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/regex/regex2.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- regex2.h 1998/07/08 17:47:27 1.5
+++ regex2.h 1998/07/09 00:04:56 1.6
@@ -1,9 +1,11 @@
/*
* First, the stuff that ends up in the outside-world include file
+ = #ifndef API_EXPORT
= #ifdef WIN32
= #define API_EXPORT(type) __declspec(dllexport) type __stdcall
= #else
= #define API_EXPORT(type) type
+ = #endif
= #endif
=
= typedef off_t regoff_t;
1.10 +4 -0 apache-1.3/src/include/hsregex.h
Index: hsregex.h
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/include/hsregex.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- hsregex.h 1998/07/08 23:59:21 1.9
+++ hsregex.h 1998/07/09 00:04:57 1.10
@@ -1,3 +1,5 @@
+/* DON'T EVEN THINK ABOUT EDITING THIS, go see regex/Makefile,
+ * search for mkh */
#ifndef _REGEX_H_
#define _REGEX_H_ /* never again */
/* ========= begin header generated by ./mkh ========= */
@@ -6,10 +8,12 @@
#endif
/* === regex2.h === */
+#ifndef API_EXPORT
#ifdef WIN32
#define API_EXPORT(type) __declspec(dllexport) type __stdcall
#else
#define API_EXPORT(type) type
+#endif
#endif
typedef off_t regoff_t;