11 lines
265 B
C
11 lines
265 B
C
#ifndef NS3_CONFIG_STORE_CONFIG_H
|
|
#define NS3_CONFIG_STORE_CONFIG_H
|
|
|
|
#cmakedefine PYTHONDIR "@PYTHONDIR@"
|
|
#cmakedefine PYTHONARCHDIR "@PYTHONARCHDIR@"
|
|
#cmakedefine HAVE_PYEMBED
|
|
#cmakedefine HAVE_PYEXT
|
|
#cmakedefine HAVE_PYTHON_H
|
|
|
|
#endif // NS3_CONFIG_STORE_CONFIG_H
|