diff options
Diffstat (limited to 'nt')
| -rw-r--r-- | nt/ChangeLog | 4 | ||||
| -rw-r--r-- | nt/config.nt | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index 0687e8be605..a103c8b1c2c 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-06-11 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * config.nt (SYSTEM_TYPE): Define it. | ||
| 4 | |||
| 1 | 2012-05-31 Eli Zaretskii <eliz@gnu.org> | 5 | 2012-05-31 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * configure.bat (genmakefiles): Move the redirection away from the | 7 | * configure.bat (genmakefiles): Move the redirection away from the |
diff --git a/nt/config.nt b/nt/config.nt index 2e56633d4fd..f32c38f8435 100644 --- a/nt/config.nt +++ b/nt/config.nt | |||
| @@ -326,6 +326,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 326 | /* Version number of package */ | 326 | /* Version number of package */ |
| 327 | #define VERSION "24.1.50" | 327 | #define VERSION "24.1.50" |
| 328 | 328 | ||
| 329 | /* The type of system you are compiling for; sets `system-type'. */ | ||
| 330 | #define SYSTEM_TYPE "windows-nt" | ||
| 331 | |||
| 329 | /* Define to `__inline__' or `__inline' if that's what the C compiler | 332 | /* Define to `__inline__' or `__inline' if that's what the C compiler |
| 330 | calls it, or to nothing if 'inline' is not supported under any name. */ | 333 | calls it, or to nothing if 'inline' is not supported under any name. */ |
| 331 | #ifdef __GNUC__ | 334 | #ifdef __GNUC__ |