/
How do .h.in become .h files?
How do .h.in become .h files?
They are rendered by dofile.pl with either the openssl::template or a Text::template.
One of the things it does is read in .h.in files that contain snippets of Perl code that it runs and replaces with the desired strings (like how mustache works).
It is also used by files in app and tools but we are less interested in those particular examples.
, multiple selections available,
Related content
Why do we need header files?
Why do we need header files?
More like this
C Preprocessor
C Preprocessor
More like this
Looking at the makefile
Looking at the makefile
More like this
Make Dependency Files for C/C++ Headers
Make Dependency Files for C/C++ Headers
More like this
Object File
Object File
More like this
dso_config.h.in
dso_config.h.in
More like this