Show
Ignore:
Timestamp:
08/21/07 08:21:49 (16 months ago)
Author:
tim
Message:

Make sure all applications are properly setup to handle their translations.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pcbsd/trunk/ethernetconfig/config.h

    r107 r612  
    1 /* config.h.  Generated from config.h.in by configure.  */ 
     1/* config.h.  Generated by configure.  */ 
    22/* config.h.in.  Generated from configure.in by autoheader.  */ 
    33 
     
    113113#define PACKAGE_VERSION "" 
    114114 
    115 /* The size of `char *', as computed by sizeof. */ 
     115/* The size of a `char *', as computed by sizeof. */ 
    116116#define SIZEOF_CHAR_P 4 
    117117 
    118 /* The size of `int', as computed by sizeof. */ 
     118/* The size of a `int', as computed by sizeof. */ 
    119119#define SIZEOF_INT 4 
    120120 
    121 /* The size of `long', as computed by sizeof. */ 
     121/* The size of a `long', as computed by sizeof. */ 
    122122#define SIZEOF_LONG 4 
    123123 
    124 /* The size of `short', as computed by sizeof. */ 
     124/* The size of a `short', as computed by sizeof. */ 
    125125#define SIZEOF_SHORT 2 
    126126 
    127 /* The size of `size_t', as computed by sizeof. */ 
     127/* The size of a `size_t', as computed by sizeof. */ 
    128128#define SIZEOF_SIZE_T 4 
    129129 
    130 /* The size of `unsigned long', as computed by sizeof. */ 
     130/* The size of a `unsigned long', as computed by sizeof. */ 
    131131#define SIZEOF_UNSIGNED_LONG 4 
    132132