Skip to content

Commit

Permalink
Hotfix config.h autoconf system (PR #64) - phase 1/2
Browse files Browse the repository at this point in the history
  • Loading branch information
DasVinch committed Aug 29, 2024
1 parent 31ce189 commit caeb39b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ImageStreamIO.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
#include <semaphore.h>
#include <unistd.h> // for close

#include "ImageStreamIO_config.h" // For IMAGESTRUCT_VERSION

#ifdef USE_CFITSIO
#include <fitsio.h>
#endif
Expand Down
4 changes: 2 additions & 2 deletions ImageStruct.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
#ifndef _IMAGESTRUCT_H
#define _IMAGESTRUCT_H

#include "ImageStreamIO_config.h"
// #define IMAGESTRUCT_VERSION "2.00"
//#include "ImageStreamIO_config.h"
#define IMAGESTRUCT_VERSION "2.00"

#define STRINGMAXLEN_IMAGE_NAME 80
#define STRINGMAXLEN_FILE_NAME 200
Expand Down

0 comments on commit caeb39b

Please sign in to comment.