home *** CD-ROM | disk | FTP | other *** search
- #ifndef NULLFILE_H
- #define NULLFILE_H
-
- /*
- * This file exists because some compilers can't handle a file with no data
- * or functions. Here we put nothing. If your system can't handle empty
- * files, then you should create nullfile.h in the directory of code specific
- * for your system, and make sure that your compiles search that directory
- * first.
- */
- #endif
-