what does "@SOME_VALUE@" mean in C++ header -


i've seen in c++ headers:

#define value_a @value_a@ 

or

#if @value_a@ ... #endif 

so, tell me @@ mean?

thanks lot.

probably got source code other source (not yours) , not someheader.h someheader.h.in

all @something@ tags substituted configure script on program configuration. configure , proper header file @something@ substituted.

some reading autoconf info documentation make light darkness.


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -