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

version 1.2, 1998/02/19 19:56:50 version 1.3, 1998/10/07 18:51:38
Line 99 Line 99
 /* Define if you have the getwd function.  */  /* Define if you have the getwd function.  */
 #undef HAVE_GETWD  #undef HAVE_GETWD
   
   /* Define if you have the lstat function.  */
   #undef HAVE_LSTAT
   
 /* Define if you have the mkdir function.  */  /* Define if you have the mkdir function.  */
 #undef HAVE_MKDIR  #undef HAVE_MKDIR
   
Line 114 Line 117
 /* Define if you have the socket function.  */  /* Define if you have the socket function.  */
 #undef HAVE_SOCKET  #undef HAVE_SOCKET
   
   /* Define if you have the strcasecmp function.  */
   #undef HAVE_STRCASECMP
   
   /* Define if you have the strchr function.  */
   #undef HAVE_STRCHR
   
 /* Define if you have the strdup function.  */  /* Define if you have the strdup function.  */
 #undef HAVE_STRDUP  #undef HAVE_STRDUP
   
Line 123 Line 132
 /* Define if you have the strftime function.  */  /* Define if you have the strftime function.  */
 #undef HAVE_STRFTIME  #undef HAVE_STRFTIME
   
   /* Define if you have the strncasecmp function.  */
   #undef HAVE_STRNCASECMP
   
 /* 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 138 Line 147
 /* 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
   
Line 324 Line 324
 /* Define if you have the dl library (-ldl).  */  /* Define if you have the dl library (-ldl).  */
 #undef HAVE_LIBDL  #undef HAVE_LIBDL
   
   /* Define if you have the gmp library (-lgmp).  */
   #undef HAVE_LIBGMP
   
 /* Define if you have the inet library (-linet).  */  /* Define if you have the inet library (-linet).  */
 #undef HAVE_LIBINET  #undef HAVE_LIBINET
   

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


Webmaster