aboutsummaryrefslogtreecommitdiffstats
path: root/src
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
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')
-rw-r--r--src/ChangeLog3
-rw-r--r--src/s/gnu-linux.h1
-rw-r--r--src/s/sol2-6.h2
3 files changed, 3 insertions, 3 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.
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h
index 91e8e64b8b5..c7567cfcbcb 100644
--- a/src/s/gnu-linux.h
+++ b/src/s/gnu-linux.h
@@ -71,7 +71,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
71 your system and must be used only through an encapsulation 71 your system and must be used only through an encapsulation
72 (Which you should place, by convention, in sysdep.c). */ 72 (Which you should place, by convention, in sysdep.c). */
73 73
74#define POSIX /* affects getpagesize.h and systty.h */
75 74
76/* This is to work around mysterious gcc failures in some system versions. 75/* This is to work around mysterious gcc failures in some system versions.
77 It is unlikely that Emacs changes will work around this problem; 76 It is unlikely that Emacs changes will work around this problem;
diff --git a/src/s/sol2-6.h b/src/s/sol2-6.h
index a0d3db58f28..6a7c261054f 100644
--- a/src/s/sol2-6.h
+++ b/src/s/sol2-6.h
@@ -24,8 +24,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
24/* This triggers a conditional in xfaces.c. */ 24/* This triggers a conditional in xfaces.c. */
25#define XOS_NEEDS_TIME_H 25#define XOS_NEEDS_TIME_H
26 26
27#define POSIX
28
29/* This is the same definition as in usg5-4-common.h, but with sigblock/sigunblock 27/* This is the same definition as in usg5-4-common.h, but with sigblock/sigunblock
30 rather than sighold/sigrelse, which appear to be BSD4.1 specific. 28 rather than sighold/sigrelse, which appear to be BSD4.1 specific.
31 It may also be appropriate for SVR4.x 29 It may also be appropriate for SVR4.x