summaryrefslogtreecommitdiff
path: root/flexint.h
Commit message (Collapse)AuthorAge
* Added C99 macro for inttypes, just to be conformant.John Millaway2006-02-14
|
* Removed logical and from preprocessor statement.John Millaway2006-02-14
|
* we don't really need int64 anywayWill Estes2002-12-09
|
* integer types for non-C99 systems flexint.hWill Estes2002-11-27
|
* Changed int types to flex_intX_t. The build is now broken until typedef's areJohn Millaway2002-11-27
| | | | established.
* __STDC_VERSION__ needs an L suffixWill Estes2002-11-26
|
* include inttypes.h for folks who really are C99Will Estes2002-11-25
|
* use sys/types.h and not inttypes.hWill Estes2002-10-21
|
* if we're doing c++, then we can't use long longWill Estes2002-10-16
|
* ok, this seems to workWill Estes2002-10-10
|
* redo integral types again; add flexint.h; change dependencies caused by ↵Will Estes2002-10-10
adding flexint.h; remove autoconf wrapper around cunistd; restore netinet/in.h includes; remove unneded feature checks in configure.in