Diff for /Amaya/config.h.in between versions 1.1 and 1.2

version 1.1, 1997/05/12 09:11:12 version 1.2, 1998/02/19 19:56:50
Line 126 Line 126
 /* Define if you have the strstr function.  */  /* Define if you have the strstr function.  */
 #undef HAVE_STRSTR  #undef HAVE_STRSTR
   
   /* Define if you have the strchr function.  */
   #undef HAVE_STRCHR
   
 /* Define if you have the strtod function.  */  /* Define if you have the strtod function.  */
 #undef HAVE_STRTOD  #undef HAVE_STRTOD
   
Line 135 Line 138
 /* Define if you have the uname function.  */  /* Define if you have the uname function.  */
 #undef HAVE_UNAME  #undef HAVE_UNAME
   
   /* Define if you have the strcasecmp function.  */
   #undef HAVE_STRCASECMP
   
   /* Define if you have the strncasecmp function.  */
   #undef HAVE_STRNCASECMP
   
   /* Define if you have the lstat function.  */
   #undef HAVE_LSTAT
   
 /* Define if you have the <appkit.h> header file.  */  /* Define if you have the <appkit.h> header file.  */
 #undef HAVE_APPKIT_H  #undef HAVE_APPKIT_H
   

Removed from v.1.1  
changed lines
  Added in v.1.2


Webmaster