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

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -