Update the comment in config_types.h.in (#53)

@var@ is replaced by configure when autoconf or cmake when use cmake
This commit is contained in:
willson-chen 2019-07-23 14:28:06 +08:00 committed by Erik de Castro Lopo
parent 67acb227d6
commit 1ab2706e52

View File

@ -1,7 +1,7 @@
#ifndef __CONFIG_TYPES_H__
#define __CONFIG_TYPES_H__
/* these are filled in by configure */
/* these are filled in by configure or cmake*/
#define INCLUDE_INTTYPES_H @INCLUDE_INTTYPES_H@
#define INCLUDE_STDINT_H @INCLUDE_STDINT_H@
#define INCLUDE_SYS_TYPES_H @INCLUDE_SYS_TYPES_H@