NEURON
bbsconf.h
Go to the documentation of this file.
1 #ifndef H_bbsconfig_included
2 #define H_bbsconfig_included 1
3 
4 /* following are relevant to src/parallel implmentation of ParallelContext */
5 /* Define if PVM available */
6 #undef HAVE_PVM3_H
7 /* Set to 1 if the standard template library exists */
8 #undef HAVE_STL
9 /* Set to 1 if SIGPOLL is a possible signal */
10 #undef HAVE_SIGPOLL
11 /* Set to 1 if can use the new PVM functions */
12 #undef HAVE_PKMESG
13 
14 #endif /* H_config_included */
15