Ignore:
Timestamp:
2001-05-17T16:38:16+12:00 (23 years ago)
Author:
jrm21
Message:

portability changes, use getopt from unistd.h (all POSIX systems)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/mgpp/text/mg_compression_dict.cpp

    r860 r2442  
    2121 *
    2222 **************************************************************************/
     23#define _XOPEN_SOURCE 1
     24#define _XOPEN_SOURCE_EXTENDED 1
     25#include <unistd.h>
    2326
    2427#include "sysfuncs.h"
     
    4447/*
    4548   $Log$
     49   Revision 1.3  2001/05/17 04:38:15  jrm21
     50   portability changes, use getopt from unistd.h (all POSIX systems)
     51
    4652   Revision 1.2  2000/01/18 03:53:22  rjmcnab
    4753   Fixed a couple of bugs and made building silent if needed.
Note: See TracChangeset for help on using the changeset viewer.