Changeset 16f511 in git for resources


Ignore:
Timestamp:
May 20, 2013, 8:19:19 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e62a1dcba3e4e6ef2ea1466f671ce574477a55e3
Parents:
b5d6f029419b1616c60cb73fcd2c05ec0aa4ae9c
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-05-20 20:19:19+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-05-24 14:52:20+02:00
Message:
Fixed the usage of "config.h" (if defined HAVE_CONFIG_H)
Location:
resources
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • resources/feFopen.cc

    rb5d6f0 r16f511  
    77#include <errno.h>
    88
     9#ifdef HAVE_CONFIG_H
    910#include "config.h"
     11#endif /* HAVE_CONFIG_H */
    1012
    1113#if defined(HAVE_PWD_H) && defined(HAVE_GETPWNAM)
  • resources/feResource.cc

    rb5d6f0 r16f511  
    1212#include <sys/param.h>
    1313
     14#ifdef HAVE_CONFIG_H
    1415#include "config.h"
     16#endif /* HAVE_CONFIG_H */
    1517
    1618#include "omFindExec.h"
  • resources/omFindExec.c

    rb5d6f0 r16f511  
    66 *******************************************************************/
    77
     8#ifdef HAVE_CONFIG_H
    89#include "config.h"
     10#endif /* HAVE_CONFIG_H */
    911
    1012#if defined(HAVE_UNISTD_H) && defined(STDC_HEADERS)
Note: See TracChangeset for help on using the changeset viewer.