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
10