mirror of
https://github.com/eddyem/SBIG_340.git
synced 2025-12-06 02:35:12 +03:00
9 lines
214 B
Plaintext
9 lines
214 B
Plaintext
// Add predefined macros for your project here. For example:
|
|
// #define THE_ANSWER 42
|
|
#define DAEMON 1
|
|
//#define CLIENT 1
|
|
#define STANDALONE 1
|
|
#define LIBCFITSIO 1
|
|
#define LIBRAW 1
|
|
#define LIBTIFF 1
|
|
#define EBUG 1 |