Changeset fec3bde in git for kernel/mod2.h.in


Ignore:
Timestamp:
Mar 17, 2011, 1:41:54 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
Children:
2815e8ac192a591e3d2618c320e12f21d3e7a2cd
Parents:
fbb23ba606a10b85b9967f56b46d70c6ed807282
Message:
check for pselect and alternative to pselect

git-svn-id: file:///usr/local/Singular/svn/trunk@14006 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/mod2.h.in

    rfbb23b rfec3bde  
    108108/* Define if you have siginterrupt (BSD4.3) */
    109109#undef HAVE_SIGINTERRUPT
     110/* Define if you have pselect */
     111#undef HAVE_PSELECT
    110112/* define for boost includes and lib */
    111113//////////////////////// #undef HAVE_BOOST_DYNAMIC_BITSET_HPP
     
    160162/* CPU type: x86_64: */
    161163#undef SI_CPU_X86_64
     164/* whether development version of python is available */
     165#undef HAVE_PYTHON
     166/* whether static development version of python is available */
     167#undef HAVE_STATIC_PYTHON
     168/* whether python should be embedded */
     169#undef EMBED_PYTHON
    162170
    163171/*******************************************************************
     
    611619#endif
    612620
     621#define STRINGIFY(name) #name
     622#define EXPANDED_STRINGIFY(name) STRINGIFY(name)
     623
    613624#endif /* MOD2_H  */
Note: See TracChangeset for help on using the changeset viewer.