mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
17 lines
248 B
C
17 lines
248 B
C
/*
|
|
* DO NOT EDIT -- generated by the Makefile
|
|
*/
|
|
|
|
|
|
#if !defined(__HAVE_CONST_H__)
|
|
#define __HAVE_CONST_H__
|
|
|
|
|
|
/* do we have or want const? */
|
|
#define HAVE_CONST /* yes */
|
|
#undef CONST
|
|
#define CONST const /* yes */
|
|
|
|
|
|
#endif /* !__HAVE_CONST_H__ */
|