Changeset 79290f for pcp/src/pseudo.c


Ignore:
Timestamp:
Jun 7, 2008, 1:13:29 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
02bc3c
Parents:
a97897
Message:

config.h is included in each and every file. After trying to compile on JUMP (with xlc).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pcp/src/pseudo.c

    ra97897 r79290f  
    2323*/
    2424
     25#ifdef HAVE_CONFIG_H
     26#include <config.h>
     27#endif
     28
    2529#include <stdlib.h>
    2630#include <stdio.h>
     
    2933#include <string.h>
    3034
    31 
    3235// use double precision fft when we have it
    33 #ifdef HAVE_CONFIG_H
    34 #include <config.h>
    35 #endif
    36 
    3736#ifdef HAVE_DFFTW_H
    3837#include "dfftw.h"
Note: See TracChangeset for help on using the changeset viewer.