Changeset 612 for pcbsd/trunk/ethernetconfig/config.h
- Timestamp:
- 08/21/07 08:21:49 (16 months ago)
- Files:
-
- 1 modified
-
pcbsd/trunk/ethernetconfig/config.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pcbsd/trunk/ethernetconfig/config.h
r107 r612 1 /* config.h. Generated from config.h.inby configure. */1 /* config.h. Generated by configure. */ 2 2 /* config.h.in. Generated from configure.in by autoheader. */ 3 3 … … 113 113 #define PACKAGE_VERSION "" 114 114 115 /* The size of `char *', as computed by sizeof. */115 /* The size of a `char *', as computed by sizeof. */ 116 116 #define SIZEOF_CHAR_P 4 117 117 118 /* The size of `int', as computed by sizeof. */118 /* The size of a `int', as computed by sizeof. */ 119 119 #define SIZEOF_INT 4 120 120 121 /* The size of `long', as computed by sizeof. */121 /* The size of a `long', as computed by sizeof. */ 122 122 #define SIZEOF_LONG 4 123 123 124 /* The size of `short', as computed by sizeof. */124 /* The size of a `short', as computed by sizeof. */ 125 125 #define SIZEOF_SHORT 2 126 126 127 /* The size of `size_t', as computed by sizeof. */127 /* The size of a `size_t', as computed by sizeof. */ 128 128 #define SIZEOF_SIZE_T 4 129 129 130 /* The size of `unsigned long', as computed by sizeof. */130 /* The size of a `unsigned long', as computed by sizeof. */ 131 131 #define SIZEOF_UNSIGNED_LONG 4 132 132
