aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2008-01-15 03:54:28 +0000
committerGlenn Morris2008-01-15 03:54:28 +0000
commit9292328f935f06cdb014c572e9a7dd44875421a2 (patch)
tree2677e56b8d2f1dc45dc03d2ba632e1ffc8db0a9c /src
parent4d3629207c25c3b4b2794fa140a4b5b7d536291c (diff)
downloademacs-9292328f935f06cdb014c572e9a7dd44875421a2.tar.gz
emacs-9292328f935f06cdb014c572e9a7dd44875421a2.zip
Revert 2008-01-13 change: this is a generated file.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/config.in7
2 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 24dcaf9d9b4..001819a32a8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12008-01-15 Glenn Morris <rgm@gnu.org>
2
3 * config.in: Revert 2008-01-13 change: this is a generated file.
4
12008-01-13 Tom Tromey <tromey@redhat.com> 52008-01-13 Tom Tromey <tromey@redhat.com>
2 6
3 * lisp.h: Fix typo. 7 * lisp.h: Fix typo.
diff --git a/src/config.in b/src/config.in
index 75a2058c41a..27f89c29b90 100644
--- a/src/config.in
+++ b/src/config.in
@@ -837,6 +837,13 @@ Boston, MA 02110-1301, USA. */
837/* Define to 1 if your <sys/time.h> declares `struct tm'. */ 837/* Define to 1 if your <sys/time.h> declares `struct tm'. */
838#undef TM_IN_SYS_TIME 838#undef TM_IN_SYS_TIME
839 839
840/* Define to 1 for Encore UMAX. */
841#undef UMAX
842
843/* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of
844 <sys/cpustats.h>. */
845#undef UMAX4_3
846
840/* Define to the unexec source file name. */ 847/* Define to the unexec source file name. */
841#undef UNEXEC_SRC 848#undef UNEXEC_SRC
842 849