nt/config.nt: Sync with autogen/config.in.

(BSD4_2): Remove.
This commit is contained in:
Juanma Barranquero 2012-12-17 21:58:12 +01:00
parent 2387610d2b
commit ab1ce02438
2 changed files with 6 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2012-12-17 Juanma Barranquero <lekktu@gmail.com>
* config.nt: Sync with autogen/config.in.
(BSD4_2): Remove.
2012-12-17 Eli Zaretskii <eliz@gnu.org>
* inc/sys/acl.h: New file.

View file

@ -60,9 +60,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* Define on FreeBSD to work around an issue when reading from a PTY. */
#undef BROKEN_PTY_READ_AFTER_EAGAIN
/* Define if the system is compatible with BSD 4.2. */
#undef BSD4_2
/* Define if the system is compatible with BSD 4.2. */
#undef BSD_SYSTEM
@ -725,7 +722,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* Define to 1 if you have the <png.h> header file. */
#undef HAVE_PNG_H
/* Define to 1 if you have the POSIX ACL support. */
/* Define to 1 if using POSIX ACL support. */
#define HAVE_POSIX_ACL 1
/* Define to 1 if you have the `posix_memalign' function. */