113389Sphk/*
213389Sphk * Copyright (c) 2004, Bull SA. All rights reserved.
313389Sphk * Created by:  Laurent.Vivier@bull.net
413389Sphk * This file is licensed under the GPL license.  For the full content
513389Sphk * of this license, see the COPYING file at the top level of this
613389Sphk * source tree.
713389Sphk */
813389Sphk
913389Sphk /* test if aio.h exists and can be included */
1013389Sphk
1113389Sphk#include <aio.h>
1213389Sphk
1313389Sphkint dummy0 = AIO_ALLDONE;
1413389Sphkint dummy1 = AIO_CANCELED;
1513389Sphkint dummy2 = AIO_NOTCANCELED;
1613389Sphkint dummy3 = LIO_NOP;
1713389Sphkint dummy4 = LIO_NOWAIT;
1813389Sphkint dummy5 = LIO_READ;
1913389Sphkint dummy6 = LIO_WAIT;
2050479Speterint dummy7 = LIO_WRITE;
2113389Sphk