Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/aubio_priv.h

    r4fe62ba rb235c0e  
    3434 */
    3535
     36#if 1 //HAVE_CONFIG_H
    3637#include "config.h"
     38#endif
    3739
    3840#if HAVE_STDLIB_H
     
    4547
    4648/* must be included before fftw3.h */
    47 #ifdef HAVE_COMPLEX_H
     49#if HAVE_COMPLEX_H
    4850#include <complex.h>
    4951#endif
    5052
    51 #if defined(HAVE_FFTW3) || defined(HAVE_FFTW3F)
     53#if HAVE_FFTW3 || HAVE_FFTW3F
    5254#include <fftw3.h>
    5355#endif
    5456
    55 #ifdef HAVE_MATH_H
     57#if HAVE_MATH_H
    5658#include <math.h>
    5759#endif
    5860
    59 #ifdef HAVE_STRING_H
     61#if HAVE_STRING_H
    6062#include <string.h>
    6163#endif
    6264
    63 #ifdef HAVE_LIMITS_H
     65#if HAVE_LIMITS_H
    6466#include <limits.h> // for CHAR_BIT, in C99 standard
    6567#endif
Note: See TracChangeset for help on using the changeset viewer.