diff options
| -rw-r--r-- | nt/ChangeLog | 4 | ||||
| -rw-r--r-- | nt/config.nt | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index 94d2ce18551..c915ee40bb6 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-10-24 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * config.nt: Sync with autogen/config.in. | ||
| 4 | |||
| 1 | 2012-10-17 Eli Zaretskii <eliz@gnu.org> | 5 | 2012-10-17 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * inc/pwd.h (getuid, geteuid): Add prototypes. | 7 | * inc/pwd.h (getuid, geteuid): Add prototypes. |
diff --git a/nt/config.nt b/nt/config.nt index 4582928cb5a..4dc7ede188b 100644 --- a/nt/config.nt +++ b/nt/config.nt | |||
| @@ -148,7 +148,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 148 | 148 | ||
| 149 | /* Enable compile-time and run-time bounds-checking, and some warnings, | 149 | /* Enable compile-time and run-time bounds-checking, and some warnings, |
| 150 | without upsetting glibc 2.15+. */ | 150 | without upsetting glibc 2.15+. */ |
| 151 | #if defined __OPTIMIZE__ && __OPTIMIZE__ | 151 | #if !defined _FORTIFY_SOURCE && defined __OPTIMIZE__ && __OPTIMIZE__ |
| 152 | # define _FORTIFY_SOURCE 2 | 152 | # define _FORTIFY_SOURCE 2 |
| 153 | #endif | 153 | #endif |
| 154 | 154 | ||
| @@ -701,7 +701,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 701 | Mac OS X. */ | 701 | Mac OS X. */ |
| 702 | #undef HAVE_NS | 702 | #undef HAVE_NS |
| 703 | 703 | ||
| 704 | /* Define to use native Windows GUI. */ | 704 | /* Define to use native MS Windows GUI. */ |
| 705 | #define HAVE_NTGUI 1 | 705 | #define HAVE_NTGUI 1 |
| 706 | 706 | ||
| 707 | /* Define to 1 if libotf has OTF_get_variation_glyphs. */ | 707 | /* Define to 1 if libotf has OTF_get_variation_glyphs. */ |