/[emacs]/emacs/src/s/freebsd.h
ViewVC logotype

Diff of /emacs/src/s/freebsd.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.38 by eggert, Fri Dec 7 05:54:13 2001 UTC revision 1.38.4.1 by miles, Fri Apr 4 06:21:12 2003 UTC
# Line 23  Boston, MA 02111-1307, USA.  */ Line 23  Boston, MA 02111-1307, USA.  */
23    
24  /* Get the correct __FreeBSD_version, even if this is before that was  /* Get the correct __FreeBSD_version, even if this is before that was
25     defined. */     defined. */
26  #ifndef __FreeBSD_version  #ifndef __FreeBSD_version
27  #ifndef __FreeBSD__  #ifndef __FreeBSD__
28  #define __FreeBSD_version 199401  #define __FreeBSD_version 199401
29  #elif __FreeBSD__ == 1  #elif __FreeBSD__ == 1
# Line 144  Boston, MA 02111-1307, USA.  */ Line 144  Boston, MA 02111-1307, USA.  */
144  #define BSD_SYSTEM 199506  #define BSD_SYSTEM 199506
145  #endif  #endif
146    
147  #if 0  /* Shouldn't be necessary and produces warnings with the  #if 0  /* Shouldn't be necessary and produces warnings with the
148            experimental Autoconf test.  */            experimental Autoconf test.  */
149  #define WAITTYPE int  #define WAITTYPE int
150  /* get this since it won't be included if WAITTYPE is defined */  /* get this since it won't be included if WAITTYPE is defined */
# Line 167  Boston, MA 02111-1307, USA.  */ Line 167  Boston, MA 02111-1307, USA.  */
167    
168  /* If the system's imake configuration file defines `NeedWidePrototypes'  /* If the system's imake configuration file defines `NeedWidePrototypes'
169     as `NO', we must define NARROWPROTO manually.  Such a define is     as `NO', we must define NARROWPROTO manually.  Such a define is
170     generated in the Makefile generated by `xmkmf'.  If we don't     generated in the Makefile generated by `xmkmf'.  If we don't
171     define NARROWPROTO, we will see the wrong function prototypes     define NARROWPROTO, we will see the wrong function prototypes
172     for X functions taking float or double parameters.  */     for X functions taking float or double parameters.  */
173    

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.38.4.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26