diff options
| author | Juanma Barranquero | 2012-07-10 13:46:31 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2012-07-10 13:46:31 +0200 |
| commit | dfa96edd13d1db4a90fa0977d06b6bdeab2f642e (patch) | |
| tree | dabe5e4012a4928c4a10f88d531858674fa1ca04 | |
| parent | 2519d43af2534242f5b9cb393dc0d41eff95c9ac (diff) | |
| download | emacs-dfa96edd13d1db4a90fa0977d06b6bdeab2f642e.tar.gz emacs-dfa96edd13d1db4a90fa0977d06b6bdeab2f642e.zip | |
nt/config.nt: Sync with autogen/config.in.
| -rw-r--r-- | nt/ChangeLog | 4 | ||||
| -rw-r--r-- | nt/config.nt | 11 |
2 files changed, 14 insertions, 1 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index 718f0a81734..07ce4d434ed 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-07-10 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * config.nt: Sync with autogen/config.in. | ||
| 4 | |||
| 1 | 2012-07-09 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2012-07-09 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | * config.nt (ATTRIBUTE_CONST): Add, to sync with configure.ac. | 7 | * config.nt (ATTRIBUTE_CONST): Add, to sync with configure.ac. |
diff --git a/nt/config.nt b/nt/config.nt index d873ae7a57d..c43feeabd38 100644 --- a/nt/config.nt +++ b/nt/config.nt | |||
| @@ -71,6 +71,12 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 71 | /* Define to 1 if using 'alloca.c'. */ | 71 | /* Define to 1 if using 'alloca.c'. */ |
| 72 | #undef C_ALLOCA | 72 | #undef C_ALLOCA |
| 73 | 73 | ||
| 74 | /* Extra bits to be or'd in with any pointers stored in a Lisp_Object. */ | ||
| 75 | #undef DATA_SEG_BITS | ||
| 76 | |||
| 77 | /* Address of the start of the data segment. */ | ||
| 78 | #undef DATA_START | ||
| 79 | |||
| 74 | /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */ | 80 | /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */ |
| 75 | #undef DGUX | 81 | #undef DGUX |
| 76 | 82 | ||
| @@ -1097,10 +1103,13 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 1097 | /* Define to the version of this package. */ | 1103 | /* Define to the version of this package. */ |
| 1098 | #undef PACKAGE_VERSION | 1104 | #undef PACKAGE_VERSION |
| 1099 | 1105 | ||
| 1106 | /* Number of chars of output in the buffer of a stdio stream. */ | ||
| 1107 | #undef PENDING_OUTPUT_COUNT | ||
| 1108 | |||
| 1100 | /* Define to empty to suppress deprecation warnings when building with | 1109 | /* Define to empty to suppress deprecation warnings when building with |
| 1101 | --enable-gcc-warnings and with libpng versions before 1.5, which lack | 1110 | --enable-gcc-warnings and with libpng versions before 1.5, which lack |
| 1102 | png_longjmp. */ | 1111 | png_longjmp. */ |
| 1103 | #undef PNG_DEPRECATED | 1112 | #undef PNG_DEPSTRUCT |
| 1104 | 1113 | ||
| 1105 | /* Define to 1 if pthread_sigmask(), when it fails, returns -1 and sets errno. | 1114 | /* Define to 1 if pthread_sigmask(), when it fails, returns -1 and sets errno. |
| 1106 | */ | 1115 | */ |