summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/exec/posix/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/exec/posix/ChangeLog b/c/src/exec/posix/ChangeLog
index cb4d0c33fc..8835d2f3ad 100644
--- a/c/src/exec/posix/ChangeLog
+++ b/c/src/exec/posix/ChangeLog
@@ -1,3 +1,10 @@
+2001-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.in: Add src/config.h
+ * src/Makefile.am: Add INCLUDES += -I. to pickup config.h
+ * src/.cvsignore: Add config.h and stamp-h
+ * src/*.c: Add config.h support.
+
2001-01-23 Joel Sherrill <joel@OARcorp.com>
* src/alarm.c: Eliminated use of C++ style comments.