aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-07-11 19:44:03 -0400
committerGlenn Morris2012-07-11 19:44:03 -0400
commit30fe9bf45903a63132d13597f53fa21ee7a069f4 (patch)
tree7fd60e841f6f5a604970e558817024cad812aaf4 /src/ChangeLog
parentee1cf5cfae709b340f49e8c5591fe1e782a6ac34 (diff)
downloademacs-30fe9bf45903a63132d13597f53fa21ee7a069f4.tar.gz
emacs-30fe9bf45903a63132d13597f53fa21ee7a069f4.zip
Remove unneeded #define POSIX
* src/s/gnu-linux.h, src/s/sol2-6.h: No longer define POSIX, unused since 2011-01-17 change to systty.h. * admin/CPP-DEFINES: Related edit.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index eb83ed67017..a15fcc08895 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12012-07-11 Glenn Morris <rgm@gnu.org> 12012-07-11 Glenn Morris <rgm@gnu.org>
2 2
3 * s/gnu-linux.h, s/sol2-6.h: No longer define POSIX,
4 unused since 2011-01-17 change to systty.h.
5
3 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h, s/gnu-linux.h: 6 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h, s/gnu-linux.h:
4 * s/hpux10-20.h, s/template.h, s/usg5-4-common.h: 7 * s/hpux10-20.h, s/template.h, s/usg5-4-common.h:
5 Move HAVE_PTYS and HAVE_SOCKETS to configure. 8 Move HAVE_PTYS and HAVE_SOCKETS to configure.