diff options
| author | Glenn Morris | 2008-01-15 03:54:28 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-01-15 03:54:28 +0000 |
| commit | 9292328f935f06cdb014c572e9a7dd44875421a2 (patch) | |
| tree | 2677e56b8d2f1dc45dc03d2ba632e1ffc8db0a9c /src | |
| parent | 4d3629207c25c3b4b2794fa140a4b5b7d536291c (diff) | |
| download | emacs-9292328f935f06cdb014c572e9a7dd44875421a2.tar.gz emacs-9292328f935f06cdb014c572e9a7dd44875421a2.zip | |
Revert 2008-01-13 change: this is a generated file.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/config.in | 7 |
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 @@ | |||
| 1 | 2008-01-15 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * config.in: Revert 2008-01-13 change: this is a generated file. | ||
| 4 | |||
| 1 | 2008-01-13 Tom Tromey <tromey@redhat.com> | 5 | 2008-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 | ||