home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / program / c / gmp / h / gmp-mparam < prev    next >
Encoding:
Text File  |  1995-02-24  |  1.0 KB  |  30 lines

  1. /* gmp-mparam.h -- Compiler/machine parameter header file.
  2.  
  3.    ***** THIS FILE WAS CREATED BY A PROGRAM.  DON'T EDIT IT! *****
  4.  
  5. Copyright (C) 1991 Free Software Foundation, Inc.
  6.  
  7. This file is part of the GNU MP Library.
  8.  
  9. The GNU MP Library is free software; you can redistribute it and/or
  10. modify it under the terms of the GNU General Public License as
  11. published by the Free Software Foundation; either version 2, or
  12. (at your option) any later version.
  13.  
  14. The GNU MP Library is distributed in the hope that it will be
  15. useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  16. of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  17. GNU General Public License for more details.
  18.  
  19. You should have received a copy of the GNU General Public License
  20. along with the GNU MP Library; see the file COPYING.  If not, write
  21. to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139,
  22. USA.  */
  23.  
  24. #define BITS_PER_MP_LIMB 32
  25. #define BYTES_PER_MP_LIMB 4
  26. #define BITS_PER_LONGINT 32
  27. #define BITS_PER_INT 32
  28. #define BITS_PER_SHORTINT 16
  29. #define BITS_PER_CHAR 8
  30.