File tree 5 files changed +22
-6
lines changed
5 files changed +22
-6
lines changed Original file line number Diff line number Diff line change
1
+ // BUG: use config.h
2
+ // this file is not timestamp-safe
1
3
2
4
#ifndef nr_double_t
3
5
/* The global type of double representation. */
Original file line number Diff line number Diff line change 22
22
*
23
23
*/
24
24
25
- // the types required for qucs library files are defined
26
- // in qucs_typedefs.h, created by configure from
27
- // qucs_typedefs.h.in
25
+ #ifdef HAVE_CONFIG_H
26
+ #include " config.h"
27
+ #else
28
+ // BUG
28
29
#include " qucs_typedefs.h"
30
+ #endif
29
31
30
32
#include < assert.h>
31
33
#include < time.h>
Original file line number Diff line number Diff line change 22
22
*
23
23
*/
24
24
25
- // the types required for qucs library files are defined
26
- // in qucs_typedefs.h, created by configure from
27
- // qucs_typedefs.h.in
25
+ #ifdef HAVE_CONFIG_H
26
+ #include " config.h"
27
+ #else
28
+ // BUG
28
29
#include " qucs_typedefs.h"
30
+ #endif
29
31
30
32
#include < stdio.h>
31
33
#include < stdlib.h>
Original file line number Diff line number Diff line change 25
25
#ifndef __NASOLVER_H__
26
26
#define __NASOLVER_H__
27
27
28
+ #ifdef HAVE_CONFIG_H
29
+ #include " config.h"
30
+ #else
31
+ // BUG
28
32
#include " qucs_typedefs.h"
33
+ #endif
29
34
#include " tvector.h"
30
35
#include " tmatrix.h"
31
36
#include " eqnsys.h"
Original file line number Diff line number Diff line change 22
22
*
23
23
*/
24
24
25
+ #ifdef HAVE_CONFIG_H
26
+ #include " config.h"
27
+ #else
28
+ // BUG
25
29
#include " qucs_typedefs.h"
30
+ #endif
26
31
27
32
#include < assert.h>
28
33
#include < stdio.h>
You can’t perform that action at this time.
0 commit comments