pexpr-config-h.in
上传用户:qaz666999
上传日期:2022-08-06
资源大小:2570k
文件大小:2k
源码类别:

数学计算

开发平台:

Unix_Linux

  1. /* Templates for pexpr program configuration.   -*- mode:c -*-
  2. Copyright 2002 Free Software Foundation, Inc.
  3. This file is part of the GNU MP Library.
  4. This program is free software; you can redistribute it and/or modify it under
  5. the terms of the GNU General Public License as published by the Free Software
  6. Foundation; either version 3 of the License, or (at your option) any later
  7. version.
  8. This program is distributed in the hope that it will be useful, but WITHOUT ANY
  9. WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. PARTICULAR PURPOSE.  See the GNU General Public License for more details.
  11. You should have received a copy of the GNU General Public License along with
  12. this program.  If not, see http://www.gnu.org/licenses/.  */
  13. /* Define if you have the <sys/resource.h> header file. */
  14. #define HAVE_SYS_RESOURCE_H  @HAVE_SYS_RESOURCE_H_01@
  15. /* Define if you have the `clock' function. */
  16. #define HAVE_CLOCK  @HAVE_CLOCK_01@
  17. /* Define if you have the `cputime' function. */
  18. #define HAVE_CPUTIME  @HAVE_CPUTIME_01@
  19. /* Define if you have the `getrusage' function. */
  20. #define HAVE_GETRUSAGE  @HAVE_GETRUSAGE_01@
  21. /* Define if you have the `gettimeofday' function. */
  22. #define HAVE_GETTIMEOFDAY  @HAVE_GETTIMEOFDAY_01@
  23. /* Define if you have the `sigaction' function. */
  24. #define HAVE_SIGACTION  @HAVE_SIGACTION_01@
  25. /* Define if you have the `sigaltstack' function. */
  26. #define HAVE_SIGALTSTACK  @HAVE_SIGALTSTACK_01@
  27. /* Define if you have the `sigstack' function. */
  28. #define HAVE_SIGSTACK  @HAVE_SIGSTACK_01@
  29. /* Define if the system has the type `stack_t'. */
  30. #define HAVE_STACK_T  @HAVE_STACK_T_01@