/[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.186 by schwab, Sat May 24 19:31:42 2003 UTC revision 1.187 by fx, Fri Jun 6 10:16:42 2003 UTC
# Line 319  Boston, MA 02111-1307, USA.  */ Line 319  Boston, MA 02111-1307, USA.  */
319  /* Define to 1 if you have the <linux/version.h> header file. */  /* Define to 1 if you have the <linux/version.h> header file. */
320  #undef HAVE_LINUX_VERSION_H  #undef HAVE_LINUX_VERSION_H
321    
322    /* Define to 1 if you have the <locale.h> header file. */
323    #undef HAVE_LOCALE_H
324    
325  /* Define to 1 if you have the `logb' function. */  /* Define to 1 if you have the `logb' function. */
326  #undef HAVE_LOGB  #undef HAVE_LOGB
327    
# Line 346  Boston, MA 02111-1307, USA.  */ Line 349  Boston, MA 02111-1307, USA.  */
349  /* Define to 1 if you have the `mbsinit' function. */  /* Define to 1 if you have the `mbsinit' function. */
350  #undef HAVE_MBSINIT  #undef HAVE_MBSINIT
351    
352    /* Define to 1 if <wchar.h> declares mbstate_t. */
353    #undef HAVE_MBSTATE_T
354    
355  /* Define to 1 if you have the `memcmp' function. */  /* Define to 1 if you have the `memcmp' function. */
356  #undef HAVE_MEMCMP  #undef HAVE_MEMCMP
357    
358    /* Define to 1 if you have the `memcpy' function. */
359    #undef HAVE_MEMCPY
360    
361  /* Define to 1 if you have the `memmove' function. */  /* Define to 1 if you have the `memmove' function. */
362  #undef HAVE_MEMMOVE  #undef HAVE_MEMMOVE
363    
364  /* Define to 1 if you have the <memory.h> header file. */  /* Define to 1 if you have the <memory.h> header file. */
365  #undef HAVE_MEMORY_H  #undef HAVE_MEMORY_H
366    
367    /* Define to 1 if you have the `mempcpy' function. */
368    #undef HAVE_MEMPCPY
369    
370  /* Define to 1 if you have the `memset' function. */  /* Define to 1 if you have the `memset' function. */
371  #undef HAVE_MEMSET  #undef HAVE_MEMSET
372    
# Line 656  Boston, MA 02111-1307, USA.  */ Line 668  Boston, MA 02111-1307, USA.  */
668     on `HAVE_STRUCT_NLIST_N_UN_N_NAME */     on `HAVE_STRUCT_NLIST_N_UN_N_NAME */
669  #undef NLIST_NAME_UNION  #undef NLIST_NAME_UNION
670    
 /* Define to 1 if you have <nlist.h>. */  
 #undef NLIST_STRUCT  
   
671  /* Define to 1 if you don't have struct exception in math.h. */  /* Define to 1 if you don't have struct exception in math.h. */
672  #undef NO_MATHERR  #undef NO_MATHERR
673    
# Line 771  Boston, MA 02111-1307, USA.  */ Line 780  Boston, MA 02111-1307, USA.  */
780  /* Define to empty if `const' does not conform to ANSI C. */  /* Define to empty if `const' does not conform to ANSI C. */
781  #undef const  #undef const
782    
783    /* Define to a type if <wchar.h> does not define. */
784    #undef mbstate_t
785    
786  /* Define to `int' if <sys/types.h> does not define. */  /* Define to `int' if <sys/types.h> does not define. */
787  #undef pid_t  #undef pid_t
788    
# Line 1013  typedef unsigned size_t; Line 1025  typedef unsigned size_t;
1025  #  endif  #  endif
1026  #endif  #endif
1027    
1028  /* On Mac OS X, these macros are already defined in precompiled headers.  */  #ifndef HAVE_BCOPY
1029  #ifndef MAC_OSX  #define bcopy(a,b,s) memcpy (b,a,s)
1030  /* avoid deprecated functions */  #endif
1031  #  ifdef HAVE_MEMCPY  #ifndef HAVE_BZERO
1032  #    define bcopy(a,b,s) memcpy (b,a,s)  #define bzero(a,s) memset (a,0,s)
1033  #  endif  #endif
1034  #  ifdef HAVE_MEMSET  #ifndef HAVE_BCMP
1035  #    define bzero(a,s) memset (a,0,s)  #define BCMP memcmp
1036  #  endif  #endif
 #  ifdef HAVE_MEMCMP  
 #    define BCMP memcmp  
 #    define bcmp memcmp  
 #  endif  
 #endif /* MAC_OSX */  
1037    
1038  #endif /* EMACS_CONFIG_H */  #endif /* EMACS_CONFIG_H */
1039    

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

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