Changeset 8dff4e in git


Ignore:
Timestamp:
Mar 29, 2010, 3:16:37 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
0b212eceb0cd04e3bb3a56eb231a54fc313b7ac5
Parents:
3a4bda3a57b1a99eeead15ae06e22d8bd6e16f2f
git-author:
Hans Schönemann <hannes@mathematik.uni-kl.de>2010-03-29 15:16:37+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:35:58+01:00
Message:
some defines to test for
File:
1 edited

Legend:

Unmodified
Added
Removed
  • output/config.h.in

    r3a4bda r8dff4e  
     1#ifndef OUTPUT_CONFIG_H
     2#define OUTPUT_CONFIG_H
     3/* Define if you have unistd.h */
     4#undef HAVE_UNISTD_H
     5/* Define if you have stdlib.h */
     6#undef HAVE_STDLIB_H
     7/* Define if you have unistd.h */
     8#undef HAVE_UNISTD_H
     9/* Define if you have vprintf */
     10#undef HAVE_VPRINTF
     11
     12#endif
Note: See TracChangeset for help on using the changeset viewer.