ftp.nice.ch/Attic/openStep/implementation/gnustep/sources/gstep-base-0.2.7.tgz#/gstep-base-0.2.7/src/include/config-win32.h

This is config-win32.h in view mode; [Download] [Up]

/* WIN32 extra config stuff */

//
// WIN32
//
#ifdef WIN32
# include <windows.h>
# ifndef vm_page_size
#  define vm_page_size 4096
# endif
# define popen _popen
#endif

#define BITSPERBYTE 8

/* WIN32 extra config stuff */

//
// WIN32
//
#ifdef WIN32
# include <windows.h>
# ifndef vm_page_size
#  define vm_page_size 4096
# endif
# define popen _popen
#endif

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.