emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/config.in


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/src/config.in
Date: Wed, 21 May 2003 08:59:28 -0400

Index: emacs/src/config.in
diff -c emacs/src/config.in:1.184 emacs/src/config.in:1.185
*** emacs/src/config.in:1.184   Mon Mar 24 14:59:08 2003
--- emacs/src/config.in Wed May 21 08:59:28 2003
***************
*** 643,651 ****
     Solaris, for example). */
  #undef LD_SWITCH_X_SITE_AUX
  
- /* Define to -llockfile if it is usable. */
- #undef LIBMAIL
- 
  /* Define to 1 if localtime caches TZ. */
  #undef LOCALTIME_CACHE
  
--- 643,648 ----
***************
*** 1013,1032 ****
  #  endif
  #endif
  
- #ifndef MAC_OSX
- /* On Mac OS X, macros already defined in precompiled headers.  */
  /* avoid deprecated functions */
! #if HAVE_MEMCPY
  #  define bcopy(a,b,s) memcpy (b,a,s)
  #endif
! #if HAVE_MEMSET
  #  define bzero(a,s) memset (a,0,s)
  #endif
! #if HAVE_MEMCMP
  #  define BCMP memcmp
  #  define bcmp memcmp
  #endif
- #endif /* MAC_OSX */
  
  #endif /* EMACS_CONFIG_H */
  
--- 1010,1026 ----
  #  endif
  #endif
  
  /* avoid deprecated functions */
! #ifdef HAVE_MEMCPY
  #  define bcopy(a,b,s) memcpy (b,a,s)
  #endif
! #ifdef HAVE_MEMSET
  #  define bzero(a,s) memset (a,0,s)
  #endif
! #ifdef HAVE_MEMCMP
  #  define BCMP memcmp
  #  define bcmp memcmp
  #endif
  
  #endif /* EMACS_CONFIG_H */
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]