Changeset 4907


Ignore:
Timestamp:
2003-07-14T12:23:55+12:00 (21 years ago)
Author:
jrm21
Message:

don't include getopt.h if UNISTD is defined, since it will conflict.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/packages/mg/sysfuncs.h

    r3216 r4907  
    280280#include <pathmax.h>
    281281
    282 /* Until getoptold function is declared in getopt.h, we need this here for
    283    struct option.  */
     282/* jrm21 2003 - this is in unistd.h now */
     283#ifndef HAVE_UNISTD_H
    284284#include <getopt.h>
     285#endif
    285286
    286287#ifdef WITH_DMALLOC
Note: See TracChangeset for help on using the changeset viewer.