/* src/config/pathan_config_unix.h. Generated by configure. */ #ifndef _CONFIG_H #define _CONFIG_H /** BEGIN CONFIG.H **/ /* src/config/config.post. Generated automatically from configure.in by autoheader. */ /* Define to empty if the keyword does not work. */ /* #undef const */ /* Define if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ /* #undef WORDS_BIGENDIAN */ /* Define if you have the header file. */ /* #undef HAVE_IEEEFP_H */ /** END CONFIG.H **/ /* Note that by placing END CONFIG.H above this line, none of the following is merged into Pathan.hpp */ /* UNIX compilers in general do not require explicit exportation/importation of symbols */ #define PATHAN_EXPORT #ifndef NULL #define NULL 0 #endif #endif