diff options
author | John Wiegley <johnw@newartisans.com> | 2019-01-14 17:22:45 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-14 17:22:45 -0800 |
commit | d4ede603c9442bca4675d8cde2759636d3d87008 (patch) | |
tree | d61ce336f46b7c8b033c3bedb65610d625bb1a13 /src/system.hh.in | |
parent | 40f0bbfbb75296cc42e9fd44ac168048469176f2 (diff) | |
parent | da9738f8ee7785724d62eb94747d7803502545a8 (diff) | |
download | fork-ledger-d4ede603c9442bca4675d8cde2759636d3d87008.tar.gz fork-ledger-d4ede603c9442bca4675d8cde2759636d3d87008.tar.bz2 fork-ledger-d4ede603c9442bca4675d8cde2759636d3d87008.zip |
Merge pull request #1704 from scfc/remove-unused-macros
Remove unused macros HAVE_ACCESS and HAVE_REALPATH
Diffstat (limited to 'src/system.hh.in')
-rw-r--r-- | src/system.hh.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/system.hh.in b/src/system.hh.in index 38ac1e63..799bb47c 100644 --- a/src/system.hh.in +++ b/src/system.hh.in @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2018, John Wiegley. All rights reserved. + * Copyright (c) 2003-2019, John Wiegley. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -60,8 +60,6 @@ #define HAVE_EDIT @HAVE_EDIT@ #define HAVE_GETTEXT @HAVE_GETTEXT@ -#cmakedefine HAVE_ACCESS -#cmakedefine HAVE_REALPATH #cmakedefine HAVE_GETPWUID #cmakedefine HAVE_GETPWNAM #cmakedefine HAVE_IOCTL |