]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove unneeded #define POSIX
authorGlenn Morris <rgm@gnu.org>
Wed, 11 Jul 2012 23:44:03 +0000 (19:44 -0400)
committerGlenn Morris <rgm@gnu.org>
Wed, 11 Jul 2012 23:44:03 +0000 (19:44 -0400)
* 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.

admin/CPP-DEFINES
src/ChangeLog
src/s/gnu-linux.h
src/s/sol2-6.h

index 5676225077be89d6b2cfdfaf2d736243c8f400a5..73c4ed2eb4d014841970c5b12d50885998e2724f 100644 (file)
@@ -192,7 +192,6 @@ O_RDONLY
 O_RDWR
 PAGESIZE
 PENDING_OUTPUT_COUNT
-POSIX
 PREFER_VSUSP
 PTY_ITERATION
 PTY_NAME_SPRINTF
index eb83ed67017ecba9c0769618ebf8a34fd95652f9..a15fcc0889509d71d2e2be2bdb68a6c311b742e7 100644 (file)
@@ -1,5 +1,8 @@
 2012-07-11  Glenn Morris  <rgm@gnu.org>
 
+       * s/gnu-linux.h, s/sol2-6.h: No longer define POSIX,
+       unused since 2011-01-17 change to systty.h.
+
        * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h, s/gnu-linux.h:
        * s/hpux10-20.h, s/template.h, s/usg5-4-common.h:
        Move HAVE_PTYS and HAVE_SOCKETS to configure.
index 91e8e64b8b5b0a5596d5516b30022a192346a0f2..c7567cfcbcbca6ba63aaec797c9cc133d9fcf918 100644 (file)
@@ -71,7 +71,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
    your system and must be used only through an encapsulation
    (Which you should place, by convention, in sysdep.c).  */
 \f
-#define POSIX                 /* affects getpagesize.h and systty.h */
 
 /* This is to work around mysterious gcc failures in some system versions.
    It is unlikely that Emacs changes will work around this problem;
index a0d3db58f281b7b1a6407e9536004c28a659f8f7..6a7c261054f619d2325ca71a53735a8d1e96a0f3 100644 (file)
@@ -24,8 +24,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 /* This triggers a conditional in xfaces.c.  */
 #define XOS_NEEDS_TIME_H
 
-#define POSIX
-
 /* This is the same definition as in usg5-4-common.h, but with sigblock/sigunblock
    rather than sighold/sigrelse, which appear to be BSD4.1 specific.
    It may also be appropriate for SVR4.x