[BACK]Return to config.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / file

Diff for /src/usr.bin/file/Attic/config.h between version 1.4 and 1.5

version 1.4, 2009/04/24 18:54:34 version 1.5, 2009/06/13 11:14:19
Line 25 
Line 25 
 #define HAVE_SNPRINTF  #define HAVE_SNPRINTF
   
 /* Compiler issues */  /* Compiler issues */
 #define HAVE_LONG_LONG 1  #define SIZEOF_LONG_LONG 8
 #define SIZEOF_UINT8_T 1  
 #define SIZEOF_UINT16_T 2  
 #define SIZEOF_UINT32_T 4  
 #define SIZEOF_UINT64_T 8  
   
 /* Library issues */  /* Library issues */
 #define HAVE_GETOPT_LONG 1      /* in-tree as of 3.2 */  #define HAVE_GETOPT_LONG 1      /* in-tree as of 3.2 */

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5