diff options
| author | Juanma Barranquero | 2013-05-08 17:04:20 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2013-05-08 17:04:20 +0200 |
| commit | 01e147a678cd684b2d4cb4ca54e846061d45afd9 (patch) | |
| tree | d6c29bcc263636a4ec1566dca03564a2b75561d8 | |
| parent | ea78b95b03f94ea9675d7afdcc01c29d63e6a32a (diff) | |
| download | emacs-01e147a678cd684b2d4cb4ca54e846061d45afd9.tar.gz emacs-01e147a678cd684b2d4cb4ca54e846061d45afd9.zip | |
nt/config.nt: Sync with autogen/config.in.
| -rw-r--r-- | nt/ChangeLog | 14 | ||||
| -rw-r--r-- | nt/config.nt | 113 |
2 files changed, 121 insertions, 6 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index a025e1ced2c..2a602be59c9 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2013-05-08 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * config.nt: Sync with autogen/config.in. | ||
| 4 | (HAVE_ACLSORT, HAVE_ACLV_H, HAVE_ACLX_GET, HAVE_ACL_COPY_EXT_NATIVE) | ||
| 5 | (HAVE_ACL_CREATE_ENTRY_NP, HAVE_ACL_DELETE_DEF_FILE) | ||
| 6 | (HAVE_ACL_DELETE_FD_NP, HAVE_ACL_DELETE_FILE_NP, HAVE_ACL_ENTRIES) | ||
| 7 | (HAVE_ACL_EXTENDED_FILE, HAVE_ACL_FIRST_ENTRY, HAVE_ACL_FREE) | ||
| 8 | (HAVE_ACL_FREE_TEXT, HAVE_ACL_FROM_MODE, HAVE_ACL_FROM_TEXT) | ||
| 9 | (HAVE_ACL_GET_FD, HAVE_ACL_GET_FILE, HAVE_ACL_LIBACL_H, HAVE_ACL_SET_FD) | ||
| 10 | (HAVE_ACL_TO_SHORT_TEXT, HAVE_ACL_TRIVIAL, HAVE_ACL_TYPE_EXTENDED) | ||
| 11 | (HAVE_FACL, HAVE_GETACL, HAVE_STATACL, HAVE_SYS_ACL_H, HAVE_XINERAMA) | ||
| 12 | (HAVE_XRANDR, HAVE_XRRGETOUTPUTPRIMARY) | ||
| 13 | (HAVE_XRRGETSCREENRESOURCESCURRENT, USE_ACL): New macros. | ||
| 14 | |||
| 1 | 2013-05-07 Paul Eggert <eggert@cs.ucla.edu> | 15 | 2013-05-07 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 16 | ||
| 3 | Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295) | 17 | Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295) |
diff --git a/nt/config.nt b/nt/config.nt index 2c7986f6250..4380f2b86c5 100644 --- a/nt/config.nt +++ b/nt/config.nt | |||
| @@ -215,6 +215,75 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 215 | /* Define to 1 if you have the `access' function. */ | 215 | /* Define to 1 if you have the `access' function. */ |
| 216 | #undef HAVE_ACCESS | 216 | #undef HAVE_ACCESS |
| 217 | 217 | ||
| 218 | /* Define to 1 if you have the `aclsort' function. */ | ||
| 219 | #undef HAVE_ACLSORT | ||
| 220 | |||
| 221 | /* Define to 1 if you have the <aclv.h> header file. */ | ||
| 222 | #undef HAVE_ACLV_H | ||
| 223 | |||
| 224 | /* Define to 1 if you have the `aclx_get' function. */ | ||
| 225 | #undef HAVE_ACLX_GET | ||
| 226 | |||
| 227 | /* Define to 1 if you have the `acl_copy_ext_native' function. */ | ||
| 228 | #undef HAVE_ACL_COPY_EXT_NATIVE | ||
| 229 | |||
| 230 | /* Define to 1 if you have the `acl_create_entry_np' function. */ | ||
| 231 | #undef HAVE_ACL_CREATE_ENTRY_NP | ||
| 232 | |||
| 233 | /* Define to 1 if you have the `acl_delete_def_file' function. */ | ||
| 234 | #undef HAVE_ACL_DELETE_DEF_FILE | ||
| 235 | |||
| 236 | /* Define to 1 if you have the `acl_delete_fd_np' function. */ | ||
| 237 | #undef HAVE_ACL_DELETE_FD_NP | ||
| 238 | |||
| 239 | /* Define to 1 if you have the `acl_delete_file_np' function. */ | ||
| 240 | #undef HAVE_ACL_DELETE_FILE_NP | ||
| 241 | |||
| 242 | /* Define to 1 if you have the `acl_entries' function. */ | ||
| 243 | #undef HAVE_ACL_ENTRIES | ||
| 244 | |||
| 245 | /* Define to 1 if you have the `acl_extended_file' function. */ | ||
| 246 | #undef HAVE_ACL_EXTENDED_FILE | ||
| 247 | |||
| 248 | /* Define to 1 if the constant ACL_FIRST_ENTRY exists. */ | ||
| 249 | #undef HAVE_ACL_FIRST_ENTRY | ||
| 250 | |||
| 251 | /* Define to 1 if you have the `acl_free' function. */ | ||
| 252 | #define HAVE_ACL_FREE 1 | ||
| 253 | |||
| 254 | /* Define to 1 if you have the `acl_free_text' function. */ | ||
| 255 | #undef HAVE_ACL_FREE_TEXT | ||
| 256 | |||
| 257 | /* Define to 1 if you have the `acl_from_mode' function. */ | ||
| 258 | #undef HAVE_ACL_FROM_MODE | ||
| 259 | |||
| 260 | /* Define to 1 if you have the `acl_from_text' function. */ | ||
| 261 | #define HAVE_ACL_FROM_TEXT 1 | ||
| 262 | |||
| 263 | /* Define to 1 if you have the `acl_get_fd' function. */ | ||
| 264 | #undef HAVE_ACL_GET_FD | ||
| 265 | |||
| 266 | /* Define to 1 if you have the `acl_get_file' function. */ | ||
| 267 | #define HAVE_ACL_GET_FILE 1 | ||
| 268 | |||
| 269 | /* Define to 1 if you have the <acl/libacl.h> header file. */ | ||
| 270 | #undef HAVE_ACL_LIBACL_H | ||
| 271 | |||
| 272 | /* Define to 1 if you have the `acl_set_fd' function. */ | ||
| 273 | #undef HAVE_ACL_SET_FD | ||
| 274 | |||
| 275 | /* Define to 1 if you have the `acl_set_file' function. */ | ||
| 276 | #define HAVE_ACL_SET_FILE 1 | ||
| 277 | |||
| 278 | /* Define to 1 if you have the `acl_to_short_text' function. */ | ||
| 279 | #undef HAVE_ACL_TO_SHORT_TEXT | ||
| 280 | |||
| 281 | /* Define to 1 if you have the `acl_trivial' function. */ | ||
| 282 | #undef HAVE_ACL_TRIVIAL | ||
| 283 | |||
| 284 | /* Define to 1 if the ACL type ACL_TYPE_EXTENDED exists. */ | ||
| 285 | #undef HAVE_ACL_TYPE_EXTENDED | ||
| 286 | |||
| 218 | /* Define to 1 if the file /usr/lpp/X11/bin/smt.exp exists. */ | 287 | /* Define to 1 if the file /usr/lpp/X11/bin/smt.exp exists. */ |
| 219 | #undef HAVE_AIX_SMT_EXP | 288 | #undef HAVE_AIX_SMT_EXP |
| 220 | 289 | ||
| @@ -382,6 +451,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 382 | /* Define to 1 if you have the `faccessat' function. */ | 451 | /* Define to 1 if you have the `faccessat' function. */ |
| 383 | #undef HAVE_FACCESSAT | 452 | #undef HAVE_FACCESSAT |
| 384 | 453 | ||
| 454 | /* Define to 1 if you have the `facl' function. */ | ||
| 455 | #undef HAVE_FACL | ||
| 456 | |||
| 385 | /* Define to 1 if you have the `fdatasync' function. */ | 457 | /* Define to 1 if you have the `fdatasync' function. */ |
| 386 | #undef HAVE_FDATASYNC | 458 | #undef HAVE_FDATASYNC |
| 387 | 459 | ||
| @@ -421,6 +493,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 421 | /* Define to 1 if using GConf. */ | 493 | /* Define to 1 if using GConf. */ |
| 422 | #undef HAVE_GCONF | 494 | #undef HAVE_GCONF |
| 423 | 495 | ||
| 496 | /* Define to 1 if you have the `getacl' function. */ | ||
| 497 | #undef HAVE_GETACL | ||
| 498 | |||
| 424 | /* Define to 1 if you have the `getaddrinfo' function. */ | 499 | /* Define to 1 if you have the `getaddrinfo' function. */ |
| 425 | #undef HAVE_GETADDRINFO | 500 | #undef HAVE_GETADDRINFO |
| 426 | 501 | ||
| @@ -755,9 +830,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 755 | /* Define to 1 if you have the <png.h> header file. */ | 830 | /* Define to 1 if you have the <png.h> header file. */ |
| 756 | #undef HAVE_PNG_H | 831 | #undef HAVE_PNG_H |
| 757 | 832 | ||
| 758 | /* Define to 1 if using POSIX ACL support. */ | ||
| 759 | #define HAVE_ACL_SET_FILE 1 | ||
| 760 | |||
| 761 | /* Define to 1 if you have the `posix_memalign' function. */ | 833 | /* Define to 1 if you have the `posix_memalign' function. */ |
| 762 | #undef HAVE_POSIX_MEMALIGN | 834 | #undef HAVE_POSIX_MEMALIGN |
| 763 | 835 | ||
| @@ -865,6 +937,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 865 | /* Define to 1 if `speed_t' is declared by <termios.h>. */ | 937 | /* Define to 1 if `speed_t' is declared by <termios.h>. */ |
| 866 | #undef HAVE_SPEED_T | 938 | #undef HAVE_SPEED_T |
| 867 | 939 | ||
| 940 | /* Define to 1 if you have the `statacl' function. */ | ||
| 941 | #undef HAVE_STATACL | ||
| 942 | |||
| 868 | /* Define to 1 if you have the <stdint.h> header file. */ | 943 | /* Define to 1 if you have the <stdint.h> header file. */ |
| 869 | #undef HAVE_STDINT_H | 944 | #undef HAVE_STDINT_H |
| 870 | 945 | ||
| @@ -953,6 +1028,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 953 | /* Define to 1 if you have the `sync' function. */ | 1028 | /* Define to 1 if you have the `sync' function. */ |
| 954 | #undef HAVE_SYNC | 1029 | #undef HAVE_SYNC |
| 955 | 1030 | ||
| 1031 | /* Define to 1 if you have the <sys/acl.h> header file. */ | ||
| 1032 | #define HAVE_SYS_ACL_H 1 | ||
| 1033 | |||
| 956 | /* Define to 1 if you have the <sys/bitypes.h> header file. */ | 1034 | /* Define to 1 if you have the <sys/bitypes.h> header file. */ |
| 957 | #undef HAVE_SYS_BITYPES_H | 1035 | #undef HAVE_SYS_BITYPES_H |
| 958 | 1036 | ||
| @@ -1113,15 +1191,27 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 1113 | /* Define to 1 if XIM is available */ | 1191 | /* Define to 1 if XIM is available */ |
| 1114 | #undef HAVE_XIM | 1192 | #undef HAVE_XIM |
| 1115 | 1193 | ||
| 1194 | /* Define to 1 if you have the Xinerama extension. */ | ||
| 1195 | #undef HAVE_XINERAMA | ||
| 1196 | |||
| 1116 | /* Define to 1 if you have the Xkb extension. */ | 1197 | /* Define to 1 if you have the Xkb extension. */ |
| 1117 | #undef HAVE_XKB | 1198 | #undef HAVE_XKB |
| 1118 | 1199 | ||
| 1119 | /* Define to 1 if you have the Xpm library (-lXpm). */ | 1200 | /* Define to 1 if you have the Xpm library (-lXpm). */ |
| 1120 | #undef HAVE_XPM | 1201 | #undef HAVE_XPM |
| 1121 | 1202 | ||
| 1203 | /* Define to 1 if you have the XRandr extension. */ | ||
| 1204 | #undef HAVE_XRANDR | ||
| 1205 | |||
| 1122 | /* Define to 1 if you have the `XrmSetDatabase' function. */ | 1206 | /* Define to 1 if you have the `XrmSetDatabase' function. */ |
| 1123 | #undef HAVE_XRMSETDATABASE | 1207 | #undef HAVE_XRMSETDATABASE |
| 1124 | 1208 | ||
| 1209 | /* Define to 1 if you have the `XRRGetOutputPrimary' function. */ | ||
| 1210 | #undef HAVE_XRRGETOUTPUTPRIMARY | ||
| 1211 | |||
| 1212 | /* Define to 1 if you have the `XRRGetScreenResourcesCurrent' function. */ | ||
| 1213 | #undef HAVE_XRRGETSCREENRESOURCESCURRENT | ||
| 1214 | |||
| 1125 | /* Define to 1 if you have the `XScreenNumberOfScreen' function. */ | 1215 | /* Define to 1 if you have the `XScreenNumberOfScreen' function. */ |
| 1126 | #undef HAVE_XSCREENNUMBEROFSCREEN | 1216 | #undef HAVE_XSCREENNUMBEROFSCREEN |
| 1127 | 1217 | ||
| @@ -1404,6 +1494,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 1404 | /* How to get a user's full name. */ | 1494 | /* How to get a user's full name. */ |
| 1405 | #define USER_FULL_NAME pw->pw_gecos | 1495 | #define USER_FULL_NAME pw->pw_gecos |
| 1406 | 1496 | ||
| 1497 | /* Define to nonzero if you want access control list support. */ | ||
| 1498 | #undef USE_ACL | ||
| 1499 | |||
| 1407 | /* Define to 1 if using GTK. */ | 1500 | /* Define to 1 if using GTK. */ |
| 1408 | #undef USE_GTK | 1501 | #undef USE_GTK |
| 1409 | 1502 | ||
| @@ -1585,13 +1678,21 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 1585 | Suppress extern inline with HP-UX cc, as it appears to be broken; see | 1678 | Suppress extern inline with HP-UX cc, as it appears to be broken; see |
| 1586 | <http://lists.gnu.org/archive/html/bug-texinfo/2013-02/msg00030.html>. | 1679 | <http://lists.gnu.org/archive/html/bug-texinfo/2013-02/msg00030.html>. |
| 1587 | 1680 | ||
| 1588 | Suppress the use of extern inline on Apple's platforms, | 1681 | Suppress extern inline with Sun C in standards-conformance mode, as it |
| 1589 | as Libc-825.25 (2012-09-19) is incompatible with it; see | 1682 | mishandles inline functions that call each other. E.g., for 'inline void f |
| 1683 | (void) { } inline void g (void) { f (); }', c99 incorrectly complains | ||
| 1684 | 'reference to static identifier "f" in extern inline function'. | ||
| 1685 | This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16. | ||
| 1686 | |||
| 1687 | Suppress the use of extern inline on Apple's platforms, as Libc at least | ||
| 1688 | through Libc-825.26 (2013-04-09) is incompatible with it; see, e.g., | ||
| 1590 | <http://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00023.html>. | 1689 | <http://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00023.html>. |
| 1591 | Perhaps Apple will fix this some day. */ | 1690 | Perhaps Apple will fix this some day. */ |
| 1592 | #if ((__GNUC__ \ | 1691 | #if ((__GNUC__ \ |
| 1593 | ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \ | 1692 | ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \ |
| 1594 | : 199901L <= __STDC_VERSION__ && !defined __HP_cc) \ | 1693 | : (199901L <= __STDC_VERSION__ \ |
| 1694 | && !defined __HP_cc \ | ||
| 1695 | && !(defined __SUNPRO_C && __STDC__))) \ | ||
| 1595 | && !defined __APPLE__) | 1696 | && !defined __APPLE__) |
| 1596 | # define _GL_INLINE inline | 1697 | # define _GL_INLINE inline |
| 1597 | # define _GL_EXTERN_INLINE extern inline | 1698 | # define _GL_EXTERN_INLINE extern inline |