# Converted to sfio v10/01/94 by Giampiero Sierra (06/08/95).
##################################################################
-typ off64_t
-typ struct_stat64 compile{
- #include <sys/types.h>
- #include <sys/stat.h>
- main()
- { struct stat64 statb;
- }
-}end
-
##################################################
# file control checks
##################################################
/* vim:set shiftwidth=4 ts=8: */
/*************************************************************************
- * Copyright (c) 2011 AT&T Intellectual Property
+ * Copyright (c) 2011 AT&T Intellectual Property
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
#define _NO_LARGEFILE64_SOURCE 1
#endif
#if !defined(_NO_LARGEFILE64_SOURCE) && \
- HAVE_LSEEK64 && HAVE_STAT64 && defined(_typ_off64_t) && \
- _typ_struct_stat64
+ HAVE_LSEEK64 && HAVE_STAT64 && defined(HAVE_OFF64_T) && \
+ HAVE_STRUCT_STAT64
# if !defined(_LARGEFILE64_SOURCE)
# define _LARGEFILE64_SOURCE 1
# endif