/[emacs]/emacs/src/config.in
ViewVC logotype

Diff of /emacs/src/config.in

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

revision 1.185 by fx, Wed May 21 12:59:28 2003 UTC revision 1.186 by schwab, Sat May 24 19:31:42 2003 UTC
# Line 124  Boston, MA 02111-1307, USA.  */ Line 124  Boston, MA 02111-1307, USA.  */
124  /* Define to 1 if dynamic ptys are supported. */  /* Define to 1 if dynamic ptys are supported. */
125  #undef HAVE_DEV_PTMX  #undef HAVE_DEV_PTMX
126    
127    /* Define to 1 if you have the `difftime' function. */
128    #undef HAVE_DIFFTIME
129    
130  /* Define to 1 if you have the `dup2' function. */  /* Define to 1 if you have the `dup2' function. */
131  #undef HAVE_DUP2  #undef HAVE_DUP2
132    
# Line 1010  typedef unsigned size_t; Line 1013  typedef unsigned size_t;
1013  #  endif  #  endif
1014  #endif  #endif
1015    
1016    /* On Mac OS X, these macros are already defined in precompiled headers.  */
1017    #ifndef MAC_OSX
1018  /* avoid deprecated functions */  /* avoid deprecated functions */
1019  #ifdef HAVE_MEMCPY  #  ifdef HAVE_MEMCPY
1020  #  define bcopy(a,b,s) memcpy (b,a,s)  #    define bcopy(a,b,s) memcpy (b,a,s)
1021  #endif  #  endif
1022  #ifdef HAVE_MEMSET  #  ifdef HAVE_MEMSET
1023  #  define bzero(a,s) memset (a,0,s)  #    define bzero(a,s) memset (a,0,s)
1024  #endif  #  endif
1025  #ifdef HAVE_MEMCMP  #  ifdef HAVE_MEMCMP
1026  #  define BCMP memcmp  #    define BCMP memcmp
1027  #  define bcmp memcmp  #    define bcmp memcmp
1028  #endif  #  endif
1029    #endif /* MAC_OSX */
1030    
1031  #endif /* EMACS_CONFIG_H */  #endif /* EMACS_CONFIG_H */
1032    

Legend:
Removed from v.1.185  
changed lines
  Added in v.1.186

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