~ubuntu-branches/ubuntu/lucid/squeak-vm/lucid

« back to all changes in this revision

Viewing changes to platforms/unix/vm/sqConfig.h

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2005-07-15 11:44:08 UTC
  • Revision ID: james.westby@ubuntu.com-20050715114408-lgcvpntigab09l00
Tags: upstream-3.7.7
ImportĀ upstreamĀ versionĀ 3.7.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Unix sqConfig.h -- platform identification and configuration */
 
2
 
 
3
/* This file has been superseded by autoconf for Unix variants. */
 
4
 
 
5
#include "config.h"
 
6
 
 
7
#ifndef UNIX
 
8
# define UNIX
 
9
#endif