Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pike
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pikelang
pike
Commits
e029a722
Commit
e029a722
authored
26 years ago
by
Henrik (Grubba) Grubbström
Browse files
Options
Downloads
Patches
Plain Diff
Added some STATVFS defines.
Rev: src/modules/files/acconfig.h:1.5
parent
9cf108e3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/modules/files/acconfig.h
+7
-1
7 additions, 1 deletion
src/modules/files/acconfig.h
with
7 additions
and
1 deletion
src/modules/files/acconfig.h
+
7
−
1
View file @
e029a722
/*
* $Id: acconfig.h,v 1.
4
199
7/12/02 21:28:30
grubba Exp $
* $Id: acconfig.h,v 1.
5
199
8/05/17 21:02:03
grubba Exp $
*/
#ifndef FILE_MACHINE_H
...
...
@@ -17,6 +17,12 @@
/* Define if your statfs struct has the f_bavail member */
#undef HAVE_STATFS_F_BAVAIL
/* Define if you have the struct statvfs */
#undef HAVE_STRUCT_STATVFS
/* Define if your statvfs struct has the member f_basetype */
#undef HAVE_STATVFS_F_BASETYPE
/* Define if you have the struct fs_data */
#undef HAVE_STRUCT_FS_DATA
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment