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, 23 Jul 2003 05:22:56 -0400

Index: emacs/src/config.in
diff -c emacs/src/config.in:1.189 emacs/src/config.in:1.190
*** emacs/src/config.in:1.189   Sat Jul 12 17:46:43 2003
--- emacs/src/config.in Wed Jul 23 05:22:55 2003
***************
*** 110,115 ****
--- 110,118 ----
  /* Define to 1 if you have the <com_err.h> header file. */
  #undef HAVE_COM_ERR_H
  
+ /* Define to 1 if you have /usr/lib/crti.o. */
+ #undef HAVE_CRTIN
+ 
  /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
     don't. */
  #undef HAVE_DECL_SYS_SIGLIST
***************
*** 298,303 ****
--- 301,309 ----
  /* Define to 1 if you have the `ncurses' library (-lncurses). */
  #undef HAVE_LIBNCURSES
  
+ /* Define to 1 if you have the <libpng/png.h> header file. */
+ #undef HAVE_LIBPNG_PNG_H
+ 
  /* Define to 1 if you have the `pthreads' library (-lpthreads). */
  #undef HAVE_LIBPTHREADS
  
***************
*** 399,404 ****
--- 405,416 ----
  /* Define to 1 if you have the png library (-lpng). */
  #undef HAVE_PNG
  
+ /* Define to 1 if you have the <png.h> header file. */
+ #undef HAVE_PNG_H
+ 
+ /* Define to 1 if you have the `posix_memalign' function. */
+ #undef HAVE_POSIX_MEMALIGN
+ 
  /* Define to 1 if you have the `pstat_getdynamic' function. */
  #undef HAVE_PSTAT_GETDYNAMIC
  
***************
*** 803,810 ****
     code using `volatile' can become incorrect without. Disable with care. */
  #undef volatile
  
- /* Define if we should use crti.o and crtn.o.  */
- #undef HAVE_CRTIN
  
  /* If we're using any sort of window system, define some consequences.  */
  #ifdef HAVE_X_WINDOWS
--- 815,820 ----
***************
*** 859,865 ****
  /* Don't try to switch on inline handling as detected by AC_C_INLINE
     generally, because even if non-gcc compilers accept `inline', they
     may reject `extern inline'.  */
! #if defined (__GNUC__) && defined (OPTIMIZE)
  #define INLINE __inline__
  #else
  #define INLINE
--- 869,875 ----
  /* Don't try to switch on inline handling as detected by AC_C_INLINE
     generally, because even if non-gcc compilers accept `inline', they
     may reject `extern inline'.  */
! #ifdef __GNUC__
  #define INLINE __inline__
  #else
  #define INLINE




reply via email to

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