1
0
Fork 0
sattools/qfits/src/config.h

21 lines
316 B
C
Raw Permalink Normal View History

2022-08-06 21:03:09 -06:00
/* This file automatically generated */
#ifndef _CONFIG_H_
#define _CONFIG_H_
#define SIZEOF_CHAR 1
#define SIZEOF_SHORT 2
#define SIZEOF_INT 4
#define SIZEOF_LONG 8
#define SIZEOF_FLOAT 4
#define SIZEOF_DOUBLE 8
#ifndef CHAR_BIT
#define CHAR_BIT 8
#endif
#define OS_LINUX 1
#endif