/* * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) version 3. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with the program; if not, see * * * Authors: * Tor Lillqvist * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * */ #ifndef _E_UTIL_PRIVATE_H_ #define _E_UTIL_PRIVATE_H_ #include #include #ifndef O_BINARY #define O_BINARY 0 #endif #ifdef G_OS_WIN32 #define fsync(fd) 0 const gchar *_e_get_bindir (void) G_GNUC_CONST; const gchar *_e_get_datadir (void) G_GNUC_CONST; const gchar *_e_get_ecpsdir (void) G_GNUC_CONST; const gchar *_e_get_etspecdir (void) G_GNUC_CONST; const gchar *_e_get_galviewsdir (void) G_GNUC_CONST; const gchar *_e_get_helpdir (void) G_GNUC_CONST; const gchar *_e_get_icondir (void) G_GNUC_CONST; const gchar *_e_get_imagesdir (void) G_GNUC_CONST; const gchar *_e_get_libdir (void) G_GNUC_CONST; const gchar *_e_get_libexecdir (void) G_GNUC_CONST; const gchar *_e_get_localedir (void) G_GNUC_CONST; const gchar *_e_get_moduledir (void) G_GNUC_CONST; const gchar *_e_get_plugindir (void) G_GNUC_CONST; const gchar *_e_get_prefix (void) G_GNUC_CONST; const gchar *_e_get_privdatadir (void) G_GNUC_CONST; const gchar *_e_get_ruledir (void) G_GNUC_CONST; const gchar *_e_get_sounddir (void) G_GNUC_CONST; const gchar *_e_get_sysconfdir (void) G_GNUC_CONST; const gchar *_e_get_toolsdir (void) G_GNUC_CONST; const gchar *_e_get_uidir (void) G_GNUC_CONST; #undef DATADIR #define DATADIR _e_get_datadir () #undef LIBDIR #define LIBDIR _e_get_libdir () #undef SYSCONFDIR #define SYSCONFDIR _e_get_sysconfdir () #undef PREFIX #define PREFIX _e_get_prefix () #undef EVOLUTION_BINDIR #define EVOLUTION_BINDIR _e_get_bindir () #undef EVOLUTION_DATADIR #define EVOLUTION_DATADIR _e_get_datadir () #undef EVOLUTION_ECPSDIR #define EVOLUTION_ECPSDIR _e_get_ecpsdir () #undef EVOLUTION_ETSPECDIR #define EVOLUTION_ETSPECDIR _e_get_etspecdir () #undef EVOLUTION_LOCALEDIR #define EVOLUTION_LOCALEDIR _e_get_localedir () #undef EVOLUTION_GALVIEWSDIR #define EVOLUTION_GALVIEWSDIR _e_get_galviewsdir () #undef EVOLUTION_HELPDIR #define EVOLUTION_HELPDIR _e_get_helpdir () #undef EVOLUTION_ICONDIR #define EVOLUTION_ICONDIR _e_get_icondir () #undef EVOLUTION_IMAGESDIR #define EVOLUTION_IMAGESDIR _e_get_imagesdir () #undef EVOLUTION_LIBEXECDIR #define EVOLUTION_LIBEXECDIR _e_get_libexecdir () #undef EVOLUTION_MODULEDIR #define EVOLUTION_MODULEDIR _e_get_moduledir () #undef EVOLUTION_PLUGINDIR #define EVOLUTION_PLUGINDIR _e_get_plugindir () #undef EVOLUTION_PRIVDATADIR #define EVOLUTION_PRIVDATADIR _e_get_privdatadir () #undef EVOLUTION_SOUNDDIR #define EVOLUTION_SOUNDDIR _e_get_sounddir () #undef EVOLUTION_SYSCONFDIR #define EVOLUTION_SYSCONFDIR _e_get_sysconfdir () #undef EVOLUTION_TOOLSDIR #define EVOLUTION_TOOLSDIR _e_get_toolsdir () #undef EVOLUTION_UIDIR #define EVOLUTION_UIDIR _e_get_uidir () #undef EVOLUTION_RULEDIR #define EVOLUTION_RULEDIR _e_get_ruledir () #endif /* G_OS_WIN32 */ #endif /* _E_UTIL_PRIVATE_H_ */ ectron6/files/lodash-4.17.19'>dependabot/npm_and_yarn/devel/electron6/files/lodash-4.17.19 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
* Mark slave port databases/libgda3-freetds broken on sparc64.linimon2009-02-031-0/+4
* - Use GNOME macro instead of ${MASTER_SITE_GNOME}, removearaujo2009-02-021-1/+1
* Rename databases/firebird2-* to databases/firebird20-*skv2008-11-241-1/+1
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
* Update to 3.0.4.marcus2008-04-202-5/+5
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-2/+1
* libgda3:kwm2008-03-261-1/+1
* - Fix plistpav2008-03-252-1/+2
* Update libgda3 to 3.0.2, and split out the various database backends asmarcus2008-03-2416-394/+157
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-252-18/+20
* - Welcome X.org 7.2 \o/.flz2007-05-202-33/+1
* Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-011-0/+1
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-142-8/+40
* - Add header in these *-reference ports.mezz2006-06-011-4/+2
* Move the libgda3 programming reference to the libgda3-reference port.jylefort2006-05-112-156/+11
* Remove USE_REINPLACE from all categories starting with Dedwin2006-05-051-1/+0
* Fix build on 4.X.marcus2006-04-015-4/+58
* Fix PLIST_SUB after the libgda2 --> libgda3 move.marcus2006-03-271-1/+1
* This port conflicts with libgda2.marcus2006-03-271-0/+2
* Add USE_GETTEXT to make portlint happy.marcus2006-03-271-0/+1
* Repocopy libgda2 to libgda3 in order to resurrect the 1.2.x version ofmarcus2006-03-271-2/+2
* Update to 1.9.102.marcus2006-03-254-43/+169
* Conversion to a single libtool environment.ade2006-02-232-2/+23
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
* - Add SHA256 checksumspav2005-11-241-0/+1
* - Fix build on 4.xbland2005-11-083-0/+43
* Remove a leftover directory.marcus2005-11-071-0/+1
* Update to 1.9.100.marcus2005-11-057-215/+158
* Correct a dependency, sqlite2 -> sqlite3. Bump the PORTREVISION.mezz2005-06-161-2/+3
* Update to 1.2.2.marcus2005-06-153-15/+12
* - Fix after databases/firebird splitsem2005-05-191-3/+4
* Fix INDEX build if WITH_SQLITE is defined.linimon2005-03-141-1/+1
* Presenting GNOME 2.10 for FreeBSD!marcus2005-03-1215-338/+178
* Split the postgresql ports into a server and a client part.girgen2005-01-311-23/+6
* Clean up SQLite and related ports.nork2004-12-231-1/+2
* Use new INSTALLS_OMF.mezz2004-11-232-2/+1
* Fix WITHOUT_FIREBIRD case.netchild2004-11-081-1/+1
* Fix MySQL backend support build with gcc 3.4bland2004-08-151-0/+30
* Fix build with GCC 3.4.marcus2004-07-176-0/+93
* Update to 1.0.4.marcus2004-04-193-4/+7
* Fix build with firebird support. FreeBSD doesn't have nor does it needmarcus2004-04-071-0/+11
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-1/+1
* - Add SIZE to GNOME portspav2004-03-181-0/+1
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
* Update to 1.0.3.adamw2004-01-174-25/+16
* Udpate to 1.0.2.adamw2004-01-043-3/+15
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.trevor2003-11-171-1/+0
* Chase the libxslt shared lib version with a PORTREVISION bump.marcus2003-11-051-1/+1
* Add missed gthread-2.0 and gmodule-2.0 pkgconfig dependencies.bland2003-11-012-0/+12
* s/pqeasy/pgeasy/marcus2003-10-141-1/+1
* Update to 1.0.1.adamw2003-10-133-3/+3
* Fix reference in .omf file to html documentation. So it can be navigatedbland2003-10-022-0/+12
* Update to 1.0.0.adamw2003-09-25